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 afaa8e6 commit 8b2d167Copy full SHA for 8b2d167
.github/workflows/build-toolchain.yml
@@ -30,7 +30,7 @@ jobs:
30
build:
31
name: ${{ inputs.preset }}${{ inputs.tools && '+t' || '' }}${{ inputs.extras && '+e' || '' }}
32
runs-on: windows-2022
33
- timeout-minutes: 20
+ timeout-minutes: 30
34
env:
35
VCPKG_FILE_CACHE: ${{ github.workspace }}\vcpkg-bincache
36
VCPKG_BINARY_SOURCES: clear;files,${{ github.workspace }}\vcpkg-bincache,readwrite
0 commit comments