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 e4a58ee commit 7eef93eCopy full SHA for 7eef93e
.github/workflows/release-binaries.yml
@@ -79,7 +79,7 @@ jobs:
79
VCPKG_ENV_PASSTHROUGH: 1
80
run: |
81
mkdir custom-triplets
82
- cp vcpkg/triples/x64-windows-static.cmake custom-triplets/x64-windows-static-release.cmake
+ cp /c/vcpkg/triples/x64-windows-static.cmake custom-triplets/x64-windows-static-release.cmake
83
cat custom-triplets/x64-windows-static-release.cmake
84
echo "set(VCPKG_CMAKE_CONFIGURE_OPTIONS -DBUILD_SHARED_LIBS=OFF)" >> custom-triplets/x64-windows-static-release.cmake
85
echo "set(VCPKG_BUILD_TYPE release)" >> custom-triplets/x64-windows-static-release.cmake
0 commit comments