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 7eef93e commit 793c77aCopy full SHA for 793c77a
.github/workflows/release-binaries.yml
@@ -78,6 +78,7 @@ jobs:
78
VCPKG_CMAKE_CONFIGURE_OPTIONS: -DBUILD_SHARED_LIBS=OFF
79
VCPKG_ENV_PASSTHROUGH: 1
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
84
cat custom-triplets/x64-windows-static-release.cmake
0 commit comments