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 3dc9821 commit 4a8cf22Copy full SHA for 4a8cf22
.github/workflows/ruby.yml
@@ -352,7 +352,7 @@ jobs:
352
CMAKE_CXX_STANDARD: "20"
353
CMAKE_GENERATOR: Ninja
354
CMAKE_INSTALL_PREFIX: "${{ github.workspace }}/dist"
355
- VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
+ VCPKG_BINARY_SOURCES: 'clear;nugettimeout,600;nuget,GitHub,readwrite'
356
VCPKG_DEFAULT_TRIPLET: x64-windows
357
permissions:
358
packages: write
0 commit comments