Skip to content

Commit 17aae48

Browse files
committed
Merge branch 'master' of github.com:romancardenas/rtic
2 parents 061c9a8 + cc6a802 commit 17aae48

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,8 @@ jobs:
294294
./configure
295295
make
296296
cd ..
297-
qemu-system-riscv32 --version
297+
qemu-system
298+
qemu-system-riscv32 --version --version
298299
299300
- name: Run-pass tests
300301
run: cargo xtask --deny-warnings --platform hifive1 --backend ${{ matrix.backend }} qemu

0 commit comments

Comments
 (0)