diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 633d437..af22610 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -98,7 +98,9 @@ jobs: cmake -B ${{ github.workspace }} ^ -G "Ninja" ^ -DCMAKE_BUILD_TYPE=${{ matrix.win_build_type }} ^ - -S ${{ github.workspace }}" + -S ${{ github.workspace }}" ^ + -DVCPKG_TARGET_TRIPLET=${{matrix.arch}}-windows-static ^ + -DCMAKE_TOOLCHAIN_FILE=${{ github.workspace }}\vcpkg\scripts\buildsystems\vcpkg.cmake cmake --build ${{ github.workspace }} --config ${{ matrix.win_build_type }}