diff options
-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 |