Skip to content

Commit d120f66

Browse files
committed
enable qemu on docker for test-cross
1 parent 3089482 commit d120f66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ jobs:
256256
# need cross HEAD for https://github.com/cross-rs/cross/issues/1645
257257
# will probably be ok to use released cross from 0.3
258258
run: cargo install cross --git https://github.com/cross-rs/cross
259+
- uses: docker/setup-qemu-action@v3
259260
- run: pip install nox
260261
- run: nox -s test-cross
261262

0 commit comments

Comments
 (0)