Skip to content

Commit baf15e8

Browse files
committed
Install ARM gcc
Signed-off-by: Daniel Egger <[email protected]>
1 parent 05f19e7 commit baf15e8

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
experimental: true
2323

2424
steps:
25+
- uses: fiam/arm-none-eabi-gcc@v1
26+
with:
27+
release: '7-2018-q2'
2528
- uses: actions/checkout@v2
2629
- uses: actions-rs/toolchain@v1
2730
with:

0 commit comments

Comments
 (0)