From: Viktor Szakats Date: Sat, 27 Jul 2024 17:08:33 +0000 (+0200) Subject: GHA/windows: increase timeout for vcpkg build step [ci skip] X-Git-Tag: curl-8_9_1~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=417052e99ac9acb9d56ddc6901cc78f791a3d576;p=thirdparty%2Fcurl.git 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 --- 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'