Skip to content

Commit dc1db6d

Browse files
committed
Update cmake.yml
1 parent a9f7de6 commit dc1db6d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/cmake.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -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)