diff options
author | 2020-08-04 21:12:47 +0200 | |
---|---|---|
committer | 2020-08-04 21:12:47 +0200 | |
commit | da246f6092bc21b0948e02e1bb816baf33b54c8d (patch) | |
tree | 1c70392f58d410c08a41bb1fb299ef37198f0e4b | |
parent | ab354fdc5141e5947179013c73e189c22b6648a8 (diff) | |
download | cortex-m-da246f6092bc21b0948e02e1bb816baf33b54c8d.tar.gz cortex-m-da246f6092bc21b0948e02e1bb816baf33b54c8d.tar.zst cortex-m-da246f6092bc21b0948e02e1bb816baf33b54c8d.zip |
Update ci.yml
-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 |