Skip to content

Commit 4201f59

Browse files
committed
fix: fix PATH
Signed-off-by: Cocoa <i@uwucocoa.moe>
1 parent 1f2caef commit 4201f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/macos-precompile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
- name: Create precompiled library
6060
run: |
6161
export PATH=$HOME/.elixir-install/installs/otp/${OTP_VERSION}/bin:$PATH
62+
export PATH=$HOME/.cache/rebar3/bin:$PATH
6263
6364
export NIF_VERSION="$(erl -noshell -eval "io:format('~ts', [erlang:system_info(nif_version)])." -s erlang halt)"
6465
if [ "${{ matrix.pair.arch }}" = "aarch64" ]; then

0 commit comments

Comments
 (0)