Skip to content

Commit da246f6

Browse files
authored
Update ci.yml
1 parent ab354fd commit da246f6

File tree

1 file changed

+1
-1
lines changed
  • cortex-m-rt/.github/workflows

1 file changed

+1
-1
lines changed

cortex-m-rt/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
override: true
3232
components: rustfmt
3333
- name: Install qemu and gcc
34-
run: sudo apt-get install qemu-system-arm gcc-arm-none-eabi
34+
run: sudo apt-get update && sudo apt-get install qemu-system-arm gcc-arm-none-eabi
3535
- name: Run CI script for ${{ matrix.TARGET }} under ${{ matrix.rust }}
3636
run: TARGET=${{ matrix.TARGET }} TRAVIS_RUST_VERSION=${{ matrix.rust }} bash ci/script.sh

0 commit comments

Comments
 (0)