Skip to content

Commit c092ec5

Browse files
committed
trying to get vcpkg to work
1 parent 6de5f33 commit c092ec5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ jobs:
8282
-DCMAKE_BUILD_TYPE=${{ matrix.build_type }}
8383
-DTINY_JOBS_NO_FIBERS=${{ matrix.fibers == 'OFF' && 'ON' || 'OFF' }}
8484
-DTINY_JOBS_NO_LOCKFREE=${{ matrix.lockfree == 'OFF' && 'ON' || 'OFF' }}
85+
$([[ "${RUNNER_OS}" == "Windows" ]] && echo "-DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}/vcpkg/scripts/buildsystems/vcpkg.cmake")
8586
-S ${{ github.workspace }}
8687
8788
- name: Build

0 commit comments

Comments
 (0)