]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
GHA/windows: increase timeout for vcpkg build step [ci skip]
authorViktor Szakats <commit@vsz.me>
Sat, 27 Jul 2024 17:08:33 +0000 (19:08 +0200)
committerViktor Szakats <commit@vsz.me>
Sat, 27 Jul 2024 17:10:43 +0000 (19:10 +0200)
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

index 58f3ee8e02877aef4adfb56a5170aba2e4cfa377..0e5d5ca09521a52ab283328d1cd0a2e8397c6b40 100644 (file)
@@ -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'