Skip to content

Commit

Permalink
Fix missing toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagepc committed Sep 20, 2023
1 parent 5ddac5c commit 6ceb750
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 @@ -102,7 +102,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -G Ninja
cmake .. -G Ninja -DCMAKE_TOOLCHAIN_FILE="../cmake/AvrGcc.cmake" -DCMAKE_BUILD_TYPE=Release -G Ninja
ninja check_lang
tests:
Expand Down

0 comments on commit 6ceb750

Please sign in to comment.