Don't set values that may have side effects during build tests

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-10-04 07:42:37 +02:00 committed by Xaymar
parent b373ba17d3
commit 43dbd81d0e
1 changed files with 0 additions and 3 deletions

View File

@ -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