diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cc95c1..504003d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,11 +33,12 @@ jobs: - name: Install Erlang and Elixir run: | + asdf plugin add erlang + asdf plugin add elixir asdf install erlang ${{ matrix.OTP_VERSION }} asdf install elixir ${{ matrix.ELIXIR_VERSION }} asdf global erlang ${{ matrix.OTP_VERSION }} asdf global elixir ${{ matrix.ELIXIR_VERSION }} - source $(brew --prefix asdf)/libexec/asdf.sh mix local.hex --force mix local.rebar --force @@ -82,11 +83,12 @@ jobs: - name: Install Erlang and Elixir run: | + asdf plugin add erlang + asdf plugin add elixir asdf install erlang ${{ matrix.OTP_VERSION }} asdf install elixir ${{ matrix.ELIXIR_VERSION }} asdf global erlang ${{ matrix.OTP_VERSION }} asdf global elixir ${{ matrix.ELIXIR_VERSION }} - source $(brew --prefix asdf)/libexec/asdf.sh mix local.hex --force mix local.rebar --force