Skip to content

Commit

Permalink
Can we build without GCC now?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Pallant (42 Technology) committed Oct 18, 2021
1 parent 8e66ddc commit e3f9125
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install gcc-arm-none-eabi
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ jobs:
RUSTFLAGS: "-D warnings"
steps:
- uses: actions/checkout@v2
- run: sudo apt-get update
- run: sudo apt-get install gcc-arm-none-eabi
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit e3f9125

Please sign in to comment.