Skip to content

Commit e10cd52

Browse files
committed
修正环境变量
1 parent f9af4f7 commit e10cd52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-qemu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
5959
- name: Run tests
6060
run: |
61+
export ROOTFS_DIR="${{ env.ROOTFS_DIR }}"
6162
export RUST_LOG=debug
6263
cargo xtask qemu \
6364
--build-config configs/board/qemu-${{ matrix.arch }}.toml \

0 commit comments

Comments
 (0)