Skip to content

Commit 5d30794

Browse files
committed
fix: mix order
1 parent 5d98e5d commit 5d30794

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/precompiled_nif.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@ jobs:
110110
echo "${LANG} UTF-8" >> /etc/locale.gen
111111
locale-gen
112112
update-locale LANG=${LANG}
113-
mix local.hex --force
114-
mix local.rebar --force
115113
echo "NX_IREE_SOURCE_DIR=$(elixir -e 'IO.puts(Path.absname(~s(${{env.NX_IREE_SOURCE_DIR}})))')" > $GITHUB_ENV
116114
echo "PKG_NAME=libnx_iree-linux-x86_64-nif-${{matrix.nif_version}}" >> $GITHUB_ENV
117115
@@ -141,6 +139,11 @@ jobs:
141139
fi
142140
rm -rf cudnn
143141
142+
- name: Setup Local Hex
143+
run: |
144+
mix local.hex --force
145+
mix local.rebar --force
146+
144147
- name: Cache mix dependencies
145148
id: cache-mix-deps
146149
uses: actions/cache@v4

0 commit comments

Comments
 (0)