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 1f913bb commit ae234e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v4

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

- name: configure
run: cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
Expand Down

0 comments on commit ae234e3

Please sign in to comment.