Skip to content

Commit 6e4e31f

Browse files
committedOct 18, 2024
Fix CI on latest ubuntu
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.
1 parent 57ce011 commit 6e4e31f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/on-target.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
RUSTFLAGS: -C link-arg=-Tlink.x -D warnings
2424
run: cargo build -p testsuite --target thumbv7m-none-eabi
2525
- name: Install QEMU
26-
run: sudo apt-get update && sudo apt-get install qemu qemu-system-arm
26+
run: sudo apt-get update && sudo apt-get install qemu-system-arm
2727
- name: Run testsuite
2828
run: |
2929
qemu-system-arm \

0 commit comments

Comments
 (0)
Failed to load comments.