kou commented on issue #48606: URL: https://github.com/apache/arrow/issues/48606#issuecomment-3684650636
Could you try this? https://learn.microsoft.com/en-us/vcpkg/reference/binarycaching ```diff diff --git a/.github/workflows/ruby.yml b/.github/workflows/ruby.yml index 3545f1c16a..1e91f62487 100644 --- a/.github/workflows/ruby.yml +++ b/.github/workflows/ruby.yml @@ -352,7 +352,7 @@ jobs: CMAKE_CXX_STANDARD: "20" CMAKE_GENERATOR: Ninja CMAKE_INSTALL_PREFIX: "${{ github.workspace }}/dist" - VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite' + VCPKG_BINARY_SOURCES: 'clear;nugettimeout,600;nuget,GitHub,readwrite' VCPKG_DEFAULT_TRIPLET: x64-windows permissions: packages: write ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
