mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-23 03:45:11 +00:00
Don't set values that may have side effects during build tests
This commit is contained in:
parent
b373ba17d3
commit
43dbd81d0e
1 changed files with 0 additions and 3 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -444,9 +444,6 @@ jobs:
|
|||
-DCMAKE_C_COMPILER="${{ env.CMAKE_C_COMPILER }}" \
|
||||
-DCMAKE_CXX_COMPILER="${{ env.CMAKE_CXX_COMPILER }}" \
|
||||
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
|
||||
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/build/ci/install" \
|
||||
-DPACKAGE_NAME="streamfx-${{ env.PACKAGE_NAME }}" \
|
||||
-DPACKAGE_PREFIX="${{ github.workspace }}/build/package" \
|
||||
-Dlibobs_DIR="${{ github.workspace }}/build/obs/install"
|
||||
- name: "Build: Debug"
|
||||
continue-on-error: true
|
||||
|
|
Loading…
Reference in a new issue