Skip to content

Commit 702eecd

Browse files
authored
Update cmake.yml
1 parent 1788911 commit 702eecd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/cmake.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Qt
4040
uses: jurplel/install-qt-action@v3
4141
with:
42-
version: '6.2.*'
42+
version: '6.5.*'
4343
modules: qt5compat
4444

4545
- name: Dependencies
@@ -48,14 +48,14 @@ jobs:
4848
- name: Configure CMake
4949
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
5050
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
51-
run: cmake -B ${{github.workspace}}/build \
52-
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} \
53-
-DCMAKE_PREFIX_PATH=${{env.SONIVOX_LOCATION}} \
54-
-DCMAKE_INSTALL_PREFIX=${{env.INSTALL_LOCATION}} \
55-
-DUSE_SONIVOX=ON \
56-
-DUSE_PULSEAUDIO=ON \
57-
-DBUILD_DOCS=OFF \
58-
-BUILD_UTILS=OFF
51+
run: cmake -B ${{github.workspace}}/build
52+
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
53+
-DCMAKE_PREFIX_PATH=${{env.SONIVOX_LOCATION}}
54+
-DCMAKE_INSTALL_PREFIX=${{env.INSTALL_LOCATION}}
55+
-DUSE_SONIVOX=ON
56+
-DUSE_PULSEAUDIO=ON
57+
-DBUILD_DOCS=OFF
58+
-DBUILD_UTILS=OFF
5959

6060
- name: Build
6161
# Build your program with the given configuration

0 commit comments

Comments
 (0)