aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Daniel Egger <daniel@eggers-club.de> 2020-07-21 02:01:38 +0200
committerGravatar Daniel Egger <daniel@eggers-club.de> 2020-07-21 02:01:38 +0200
commite60fc83a5291710c6b7605c6e8b8475a6993d996 (patch)
treeeaa0cd6261cd78aa3689d55f02e507e8ab03a77b
parentbaf15e87e0a0653505f69d4ed4fdf87eee2e0de1 (diff)
downloadcortex-m-e60fc83a5291710c6b7605c6e8b8475a6993d996.tar.gz
cortex-m-e60fc83a5291710c6b7605c6e8b8475a6993d996.tar.zst
cortex-m-e60fc83a5291710c6b7605c6e8b8475a6993d996.zip
Install qemu
Signed-off-by: Daniel Egger <daniel@eggers-club.de>
-rw-r--r--cortex-m-rt/.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cortex-m-rt/.github/workflows/ci.yml b/cortex-m-rt/.github/workflows/ci.yml
index c1bf274..afd9280 100644
--- a/cortex-m-rt/.github/workflows/ci.yml
+++ b/cortex-m-rt/.github/workflows/ci.yml
@@ -33,5 +33,7 @@ jobs:
target: ${{ matrix.TARGET }}
override: true
components: rustfmt
+ - name: Install qemu
+ run: sudo apt-get install qemu-system-arm
- name: Run CI script for ${{ matrix.TARGET }} under ${{ matrix.rust }}
run: TARGET=${{ matrix.TARGET }} bash ci/script.sh