We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab354fd commit da246f6Copy full SHA for da246f6
cortex-m-rt/.github/workflows/ci.yml
@@ -31,6 +31,6 @@ jobs:
31
override: true
32
components: rustfmt
33
- name: Install qemu and gcc
34
- 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
35
- name: Run CI script for ${{ matrix.TARGET }} under ${{ matrix.rust }}
36
run: TARGET=${{ matrix.TARGET }} TRAVIS_RUST_VERSION=${{ matrix.rust }} bash ci/script.sh
0 commit comments