We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 793c77a commit a5b1cdaCopy full SHA for a5b1cda
.github/workflows/release-binaries.yml
@@ -80,7 +80,7 @@ jobs:
80
run: |
81
vcpkg update
82
mkdir custom-triplets
83
- cp /c/vcpkg/triples/x64-windows-static.cmake custom-triplets/x64-windows-static-release.cmake
+ cp /c/vcpkg/triplets/x64-windows-static.cmake custom-triplets/x64-windows-static-release.cmake
84
cat custom-triplets/x64-windows-static-release.cmake
85
echo "set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DBUILD_SHARED_LIBS=OFF)" >> custom-triplets/x64-windows-static-release.cmake
86
echo "set(VCPKG_BUILD_TYPE release)" >> custom-triplets/x64-windows-static-release.cmake
0 commit comments