mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 12:41:31 +11:00
Install arm-none-eabi-gcc in CI
This commit is contained in:
parent
d738626f70
commit
0badff4f1c
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -6,6 +6,8 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: apt-get update
|
||||
- run: apt-get install arm-none-eabi-gcc
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
|
Loading…
Reference in a new issue