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 f9af4f7 commit e10cd52Copy full SHA for e10cd52
.github/workflows/test-qemu.yml
@@ -58,6 +58,7 @@ jobs:
58
59
- name: Run tests
60
run: |
61
+ export ROOTFS_DIR="${{ env.ROOTFS_DIR }}"
62
export RUST_LOG=debug
63
cargo xtask qemu \
64
--build-config configs/board/qemu-${{ matrix.arch }}.toml \
0 commit comments