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 a8f4a2b commit ff34ec2Copy full SHA for ff34ec2
.github/workflows/ci.yml
@@ -237,7 +237,7 @@ jobs:
237
python -m build --no-isolation
238
ls -la dist/
239
unzip -l dist/*.whl # debug all files inside wheel file
240
- - uses: uraimo/run-on-arch-action@v2.5.1
+ - uses: uraimo/run-on-arch-action@v2.6.0
241
name: Install built wheel
242
with:
243
arch: aarch64
@@ -285,7 +285,7 @@ jobs:
285
286
287
288
289
290
291
0 commit comments