Skip to content

Commit

Permalink
try this...
Browse files Browse the repository at this point in the history
  • Loading branch information
bostick committed Dec 16, 2023
1 parent 04c520c commit 8f08ab7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
run: >
cmake -B ${{ steps.strings.outputs.build-output-dir }}
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake
-DVCPKG_TARGET_TRIPLET=x64-windows-static
-DCMAKE_IGNORE_PATH="C:/Strawberry/c/lib"
-DCMAKE_IGNORE_PREFIX_PATH="C:/Strawberry/c"
-DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }}
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"dependencies": [
{
"name": "zlib",
"platform": "(windows & x64)"
"platform": "(windows & x64 & static)"
}
]
}

0 comments on commit 8f08ab7

Please sign in to comment.