mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
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
This commit is contained in:
parent
08a68e9a5a
commit
417052e99a
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
@ -565,7 +565,7 @@ jobs:
|
|||||||
vcpkg version
|
vcpkg version
|
||||||
|
|
||||||
- name: 'vcpkg build'
|
- name: 'vcpkg build'
|
||||||
timeout-minutes: 25
|
timeout-minutes: 35
|
||||||
run: vcpkg x-set-installed ${{ matrix.install }} '--triplet=${{ matrix.arch }}-${{ matrix.plat }}'
|
run: vcpkg x-set-installed ${{ matrix.install }} '--triplet=${{ matrix.arch }}-${{ matrix.plat }}'
|
||||||
|
|
||||||
- name: 'cmake configure'
|
- name: 'cmake configure'
|
||||||
|
Loading…
Reference in New Issue
Block a user