We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801655a commit 847ac58Copy full SHA for 847ac58
.github/workflows/test.yml
@@ -141,7 +141,7 @@ jobs:
141
- name: 'Configure CMake'
142
working-directory: ${{ github.workspace }}
143
run: >
144
- cmake --preset=${{ matrix.build_type }} -DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -DBUILD_SAMPLE=OFF $BUILD_OPTION1 $BUILD_OPTION2
+ cmake --preset=${{ matrix.build_type }} -DBUILD_TESTING=ON -DBUILD_TOOLS=OFF -DBUILD_SAMPLE=OFF ${env:BUILD_OPTION1} ${env:BUILD_OPTION2}
145
-DCMAKE_TOOLCHAIN_FILE="${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake" -DVCPKG_MANIFEST_DIR="${{ github.workspace }}/build"
146
-DVCPKG_TARGET_TRIPLET="${env:VCPKG_DEFAULT_TRIPLET}"
147
0 commit comments