Fix ARM toolchain apt package name

This commit is contained in:
Jennifer Wilcox 2021-04-26 12:06:57 -05:00
parent 09d9247f2f
commit a4b15a3547

View file

@ -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