Install arm-none-eabi-gcc in CI

This commit is contained in:
Jennifer Wilcox 2021-04-26 12:04:11 -05:00
parent d738626f70
commit 0badff4f1c

View file

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