diff options
author | 2020-07-21 02:01:38 +0200 | |
---|---|---|
committer | 2020-07-21 02:01:38 +0200 | |
commit | e60fc83a5291710c6b7605c6e8b8475a6993d996 (patch) | |
tree | eaa0cd6261cd78aa3689d55f02e507e8ab03a77b | |
parent | baf15e87e0a0653505f69d4ed4fdf87eee2e0de1 (diff) | |
download | cortex-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.yml | 2 |
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 |