File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -48,14 +48,14 @@ jobs:
48
48
- name : Configure CMake
49
49
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
50
50
# 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
59
59
60
60
- name : Build
61
61
# Build your program with the given configuration
You can’t perform that action at this time.
0 commit comments