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 aa088c2 commit f9a3d91Copy full SHA for f9a3d91
.github/workflows/ci.yml
@@ -271,7 +271,7 @@ jobs:
271
python -m build --no-isolation
272
ls -la dist/
273
unzip -l dist/*.whl # debug all files inside wheel file
274
- - uses: uraimo/run-on-arch-action@v2.8.1
+ - uses: uraimo/run-on-arch-action@v3.0.0
275
name: Install built wheel
276
with:
277
arch: aarch64
@@ -321,7 +321,7 @@ jobs:
321
322
323
324
325
326
327
0 commit comments