Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
archeno authored Nov 12, 2024
1 parent ae234e3 commit 717adb6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:

- name: setup cross compiler
run: sudo apt-get install -y gcc-arm-none-eabi cmake make ninja-build

- name: check compiler
run: which gcc-arm-none-eabi |
which arm-none-eabi-gcc
- name: configure
run: cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release

Expand Down

0 comments on commit 717adb6

Please sign in to comment.