Can we build without GCC now?

This commit is contained in:
Jonathan Pallant (42 Technology) 2021-10-18 10:56:30 +01:00
parent 8e66ddcfb1
commit e3f9125a87
2 changed files with 0 additions and 4 deletions

View file

@ -8,8 +8,6 @@ jobs:
RUSTFLAGS: "-D warnings" RUSTFLAGS: "-D warnings"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install gcc-arm-none-eabi
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable

View file

@ -7,8 +7,6 @@ jobs:
RUSTFLAGS: "-D warnings" RUSTFLAGS: "-D warnings"
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install gcc-arm-none-eabi
- uses: actions-rs/toolchain@v1 - uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable