mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2024-12-23 20:51:31 +11:00
Fix ARM toolchain apt package name
This commit is contained in:
parent
09d9247f2f
commit
a4b15a3547
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: sudo apt-get update
|
||||
- run: sudo apt-get install arm-none-eabi-gcc
|
||||
- run: sudo apt-get install gcc-arm-none-eabi
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
|
Loading…
Reference in a new issue