We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6de5f33 commit c092ec5Copy full SHA for c092ec5
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -82,6 +82,7 @@ jobs:
82
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
83
-DTINY_JOBS_NO_FIBERS=${{ matrix.fibers == 'OFF' && 'ON' || 'OFF' }}
84
-DTINY_JOBS_NO_LOCKFREE=${{ matrix.lockfree == 'OFF' && 'ON' || 'OFF' }}
85
+ $([[ "${RUNNER_OS}" == "Windows" ]] && echo "-DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake")
86
-S ${{ github.workspace }}
87
88
- name: Build
0 commit comments