Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drfiemost authored Nov 17, 2023
1 parent 18159a6 commit fa63e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
cmake -G 'MSYS Makefiles' \
-DCMAKE_BUILD_TYPE=Release \
-DQT6=ON \
-DCMAKE_EXE_LINKER_FLAGS="-static-libgcc -static-libstdc++" \
-DCMAKE_EXE_LINKER_FLAGS="-static -static-libgcc -static-libstdc++" \
..
cmake --build .
- name: package
Expand Down

0 comments on commit fa63e9c

Please sign in to comment.