Skip to content

Commit e60fc83

Browse files
committed
Install qemu
Signed-off-by: Daniel Egger <[email protected]>
1 parent baf15e8 commit e60fc83

File tree

1 file changed

+2
-0
lines changed
  • cortex-m-rt/.github/workflows

1 file changed

+2
-0
lines changed

cortex-m-rt/.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,7 @@ jobs:
3333
target: ${{ matrix.TARGET }}
3434
override: true
3535
components: rustfmt
36+
- name: Install qemu
37+
run: sudo apt-get install qemu-system-arm
3638
- name: Run CI script for ${{ matrix.TARGET }} under ${{ matrix.rust }}
3739
run: TARGET=${{ matrix.TARGET }} bash ci/script.sh

0 commit comments

Comments
 (0)