Switch debian build back to Qt5.

This commit is contained in:
Ernie Pasveer
2023-06-03 12:04:42 -05:00
parent d08823bc04
commit a07c511b2b
+1 -1
View File
@@ -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