Skip to content

Commit a9a3c53

Browse files
committed
fix ci
1 parent c3474ca commit a9a3c53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos-precompile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ jobs:
4949
asdf plugin add erlang https://github.com/asdf-vm/asdf-erlang.git
5050
asdf plugin-add elixir https://github.com/asdf-vm/asdf-elixir.git
5151
export KERL_CONFIGURE_OPTIONS="--disable-debug --without-javac"
52-
asdf install erlang ${{ matrix.otp }}
52+
asdf install erlang ${{ matrix.pair.otp }}
5353
asdf install elixir ${{ env.elixir_version }}
54-
asdf global erlang ${{ matrix.otp }}
54+
asdf global erlang ${{ matrix.pair.otp }}
5555
asdf global elixir ${{ env.elixir_version }}
5656
source $(brew --prefix asdf)/libexec/asdf.sh
5757
mix local.hex --force

0 commit comments

Comments
 (0)