Skip to content

Commit

Permalink
display QEMU version installed on the runner
Browse files Browse the repository at this point in the history
Signed-off-by: CrazyMax <[email protected]>
  • Loading branch information
crazy-max committed Jan 5, 2024
1 parent c33ca09 commit a0fe90a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,15 @@ jobs:
-
name: QEMU bins
run: |
find / -type f -name "qemu*" -executable 2>/dev/null
find / -type f -name "qemu*" -executable 2>/dev/null || true
-
name: Set up QEMU
uses: ./
-
name: Install QEMU
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
-
name: Set up QEMU
uses: ./

0 comments on commit a0fe90a

Please sign in to comment.