We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3474ca commit a9a3c53Copy full SHA for a9a3c53
.github/workflows/macos-precompile.yml
@@ -49,9 +49,9 @@ jobs:
49
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
50
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
51
export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac"
52
- asdf install erlang ${{ matrix.otp }}
+ asdf install erlang ${{ matrix.pair.otp }}
53
asdf install elixir ${{ env.elixir_version }}
54
- asdf global erlang ${{ matrix.otp }}
+ asdf global erlang ${{ matrix.pair.otp }}
55
asdf global elixir ${{ env.elixir_version }}
56
source $(brew --prefix asdf)/libexec/asdf.sh
57
mix local.hex --force
0 commit comments