We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2caef commit 4201f59Copy full SHA for 4201f59
.github/workflows/macos-precompile.yml
@@ -59,6 +59,7 @@ jobs:
59
- name: Create precompiled library
60
run: |
61
export PATH=$HOME/.elixir-install/installs/otp/${OTP_VERSION}/bin:$PATH
62
+ export PATH=$HOME/.cache/rebar3/bin:$PATH
63
64
export NIF_VERSION="$(erl -noshell -eval "io:format('~ts', [erlang:system_info(nif_version)])." -s erlang halt)"
65
if [ "${{ matrix.pair.arch }}" = "aarch64" ]; then
0 commit comments