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.
test-cross
1 parent 3089482 commit d120f66Copy full SHA for d120f66
.github/workflows/ci.yml
@@ -256,6 +256,7 @@ jobs:
256
# need cross HEAD for https://github.com/cross-rs/cross/issues/1645
257
# will probably be ok to use released cross from 0.3
258
run: cargo install cross --git https://github.com/cross-rs/cross
259
+ - uses: docker/setup-qemu-action@v3
260
- run: pip install nox
261
- run: nox -s test-cross
262
0 commit comments