Skip to content

Commit

Permalink
Switch debian build back to Qt5.
Browse files Browse the repository at this point in the history
  • Loading branch information
epasveer committed Jun 3, 2023
1 parent d08823b commit a07c511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/debian-bullseye.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
run: |
cd src
cmake -B ${{github.workspace}}/src/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
cmake -B ${{github.workspace}}/src/build -DQTVERSION=QT5 -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
- name: Build
# Build your program with the given configuration
Expand Down

0 comments on commit a07c511

Please sign in to comment.