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 5d98e5d commit 5d30794Copy full SHA for 5d30794
.github/workflows/precompiled_nif.yml
@@ -110,8 +110,6 @@ jobs:
110
echo "${LANG} UTF-8" >> /etc/locale.gen
111
locale-gen
112
update-locale LANG=${LANG}
113
- mix local.hex --force
114
- mix local.rebar --force
115
echo "NX_IREE_SOURCE_DIR=$(elixir -e 'IO.puts(Path.absname(~s(${{env.NX_IREE_SOURCE_DIR}})))')" > $GITHUB_ENV
116
echo "PKG_NAME=libnx_iree-linux-x86_64-nif-${{matrix.nif_version}}" >> $GITHUB_ENV
117
@@ -141,6 +139,11 @@ jobs:
141
139
fi
142
140
rm -rf cudnn
143
+ - name: Setup Local Hex
+ run: |
144
+ mix local.hex --force
145
+ mix local.rebar --force
146
+
147
- name: Cache mix dependencies
148
id: cache-mix-deps
149
uses: actions/cache@v4
0 commit comments