Skip to content

Commit

Permalink
Add missing flag for legacy builds
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jan 25, 2025
1 parent 302b0f9 commit 5f5a97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-qt5-win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
arch: ${{env.QT_ARCH}}

- name: Configure CMake
run: cmake . -G "${{env.CMAKE_GENERATOR}}" -A ${{env.CMAKE_ARCH}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DUSE_TESTS=ON -DUSE_LTO=ON
run: cmake . -G "${{env.CMAKE_GENERATOR}}" -A ${{env.CMAKE_ARCH}} -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DUSE_TESTS=ON -DUSE_LTO=ON -DUSE_QT5=ON

- name: Build
run: cmake --build . --config ${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 5f5a97c

Please sign in to comment.