Skip to content

Commit

Permalink
CI: Print which QEMU are found
Browse files Browse the repository at this point in the history
  • Loading branch information
AfoHT committed Jan 11, 2024
1 parent 9e1f1b7 commit 87468a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ jobs:
- name: Print $PATH
run: echo $PATH

- name: Check which QEMU is used
run: |
which qemu-system-arm
which qemu-system-riscv32
- name: Extract QEMU into local path
run: tar -xf qemu.tar -C /usr/local/bin

Expand Down

0 comments on commit 87468a7

Please sign in to comment.