Skip to content

Commit

Permalink
fixes/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xrip committed Dec 30, 2023
1 parent 0f4ecf7 commit cb665ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-on-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=396 .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=396 -DI2S_SOUND=ON .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=416 .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=416 -DI2S_SOUND=ON .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=416 -DI2S_SOUND=ON .. && cmake --build .
- name: Build for linux host
run: |
Expand Down

0 comments on commit cb665ea

Please sign in to comment.