Skip to content

Commit 4a8cf22

Browse files
committed
GH-48606: [CI][GLib] Increase NuGet timeout for vcpkg cache
1 parent 3dc9821 commit 4a8cf22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ jobs:
352352
CMAKE_CXX_STANDARD: "20"
353353
CMAKE_GENERATOR: Ninja
354354
CMAKE_INSTALL_PREFIX: "${{ github.workspace }}/dist"
355-
VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite'
355+
VCPKG_BINARY_SOURCES: 'clear;nugettimeout,600;nuget,GitHub,readwrite'
356356
VCPKG_DEFAULT_TRIPLET: x64-windows
357357
permissions:
358358
packages: write

0 commit comments

Comments
 (0)