File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
cortex-m-rt/.github/workflows Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: Continuous integration
7
7
8
8
jobs :
9
9
ci-linux :
10
- runs-on : ubuntu-latest
10
+ runs-on : ubuntu-20.04
11
11
strategy :
12
12
matrix :
13
13
# All generated code should be running on stable now
22
22
experimental : true
23
23
24
24
steps :
25
- - uses : fiam/arm-none-eabi-gcc@v1
26
- with :
27
- release : ' 7-2018-q2'
28
25
- uses : actions/checkout@v2
29
26
- uses : actions-rs/toolchain@v1
30
27
with :
33
30
target : ${{ matrix.TARGET }}
34
31
override : true
35
32
components : rustfmt
36
- - name : Install qemu
37
- run : sudo apt-get install qemu-system-arm
33
+ - name : Install qemu and gcc
34
+ run : sudo apt-get install qemu-system-arm gcc-arm-none-eabi
38
35
- name : Run CI script for ${{ matrix.TARGET }} under ${{ matrix.rust }}
39
36
run : TARGET=${{ matrix.TARGET }} TRAVIS_RUST_VERSION=${{ matrix.rust }} bash ci/script.sh
You can’t perform that action at this time.
0 commit comments