We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57ce011 commit 6e4e31fCopy full SHA for 6e4e31f
.github/workflows/on-target.yml
@@ -23,7 +23,7 @@ jobs:
23
RUSTFLAGS: -C link-arg=-Tlink.x -D warnings
24
run: cargo build -p testsuite --target thumbv7m-none-eabi
25
- name: Install QEMU
26
- 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
27
- name: Run testsuite
28
run: |
29
qemu-system-arm \
0 commit comments