From 417052e99ac9acb9d56ddc6901cc78f791a3d576 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 27 Jul 2024 19:08:33 +0200 Subject: [PATCH] GHA/windows: increase timeout for vcpkg build step [ci skip] Examples: https://github.com/curl/curl/actions/runs/10102112253/job/27937088909?pr=14274 https://github.com/curl/curl/actions/runs/10102112253/job/27937082353?pr=14274 https://github.com/curl/curl/actions/runs/10102112253/job/27937088478?pr=14274 --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 58f3ee8e02..0e5d5ca095 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -565,7 +565,7 @@ jobs: vcpkg version - name: 'vcpkg build' - timeout-minutes: 25 + timeout-minutes: 35 run: vcpkg x-set-installed ${{ matrix.install }} '--triplet=${{ matrix.arch }}-${{ matrix.plat }}' - name: 'cmake configure'