Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Commit cb665ea

Browse files
committed
fixes/cleanup
1 parent 0f4ecf7 commit cb665ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-on-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=396 .. && cmake --build . &&\
8484
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=396 -DI2S_SOUND=ON .. && cmake --build . &&\
8585
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=416 .. && cmake --build . &&\
86-
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=416 -DI2S_SOUND=ON .. && cmake --build . &&\
86+
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DOVERCLOCKING=416 -DI2S_SOUND=ON .. && cmake --build .
8787
8888
- name: Build for linux host
8989
run: |

0 commit comments

Comments
 (0)