Skip to content

Commit

Permalink
CI: QEMU Extract before checking which is used
Browse files Browse the repository at this point in the history
  • Loading branch information
AfoHT committed Jan 12, 2024
1 parent 557ac05 commit 6256670
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ jobs:
with:
name: qemu

- name: Extract QEMU into local path
run: tar -xf qemu.tar -C /usr/local/bin

- name: Print $PATH
run: echo $PATH

Expand All @@ -269,9 +272,6 @@ jobs:
which qemu-system-arm
which qemu-system-riscv32
- name: Extract QEMU into local path
run: tar -xf qemu.tar -C /usr/local/bin

- name: Run-pass tests
run: cargo xtask --deny-warnings --backend ${{ matrix.backend }} qemu

Expand Down

0 comments on commit 6256670

Please sign in to comment.