Skip to content

Commit

Permalink
fix(ci): install gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
doinkythederp committed Nov 17, 2024
1 parent 37b90ee commit 766f39e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ jobs:
toolchain: nightly-2024-02-07
components: rust-src

- name: Setup | GCC
uses: carlosperate/arm-none-eabi-gcc-action@v1

- name: Check
run: cargo check

0 comments on commit 766f39e

Please sign in to comment.