Skip to content

Commit

Permalink
Fix CI on latest ubuntu
Browse files Browse the repository at this point in the history
The qemu package is no longer available. Fortunately, it's not really
used by the CI script. It uses qemu-system-arm, which is also installed.
  • Loading branch information
jannic committed Oct 18, 2024
1 parent 57ce011 commit 6e4e31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
RUSTFLAGS: -C link-arg=-Tlink.x -D warnings
run: cargo build -p testsuite --target thumbv7m-none-eabi
- name: Install QEMU
run: sudo apt-get update && sudo apt-get install qemu qemu-system-arm
run: sudo apt-get update && sudo apt-get install qemu-system-arm
- name: Run testsuite
run: |
qemu-system-arm \
Expand Down

0 comments on commit 6e4e31f

Please sign in to comment.