diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-02-20 15:42:54 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-02-20 15:42:54 +1100 |
commit | 941bcb5bf8d42ff930388d5871b2bfd8c1290a54 (patch) | |
tree | 48a53f7c51e264c779b5491b070e13a60e93878d /.github | |
parent | 187ab51df0d691daea5e3a79478fca16c796ec0b (diff) |
Update build_windows.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build_windows.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build_windows.yml b/.github/workflows/build_windows.yml index 997141c..76bb4cc 100644 --- a/.github/workflows/build_windows.yml +++ b/.github/workflows/build_windows.yml @@ -25,6 +25,7 @@ jobs: run: > cmake -G "Visual Studio 17 2022" -A "X64" -S "${{ github.workspace }}/source" -B "${{ github.workspace }}/cmake-build-debug" -DCMAKE_TOOLCHAIN_FILE="${Env:VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake" + -DVCPKG_OVERLAY_TRIPLETS="${{ github.workspace }}\triplets" -DVCPKG_TARGET_TRIPLET=x64-windows-mixed-md -DCMAKE_MSVC_RUNTIME_LIBRARY="MultiThreaded$<$<CONFIG:Debug>:Debug>DLL" -DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/install" |