diff options
-rw-r--r-- | cortex-m-rt/.github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/.github/workflows/ci.yml b/cortex-m-rt/.github/workflows/ci.yml index 32a6f68..4e4cda7 100644 --- a/cortex-m-rt/.github/workflows/ci.yml +++ b/cortex-m-rt/.github/workflows/ci.yml @@ -31,6 +31,6 @@ jobs: override: true components: rustfmt - name: Install qemu and gcc - run: sudo apt-get install qemu-system-arm gcc-arm-none-eabi + run: sudo apt-get update && sudo apt-get install qemu-system-arm gcc-arm-none-eabi - name: Run CI script for ${{ matrix.TARGET }} under ${{ matrix.rust }} run: TARGET=${{ matrix.TARGET }} TRAVIS_RUST_VERSION=${{ matrix.rust }} bash ci/script.sh |