mirror of
https://github.com/curl/curl.git
synced 2026-06-10 07:14:15 +03:00
fixup-3
This commit is contained in:
parent
237b1f311e
commit
ef98cfb22b
1 changed files with 2 additions and 1 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
|
@ -753,7 +753,7 @@ jobs:
|
|||
name: 'msvc, CM ${{ matrix.arch }}-${{ matrix.plat }} ${{ matrix.name }}'
|
||||
needs:
|
||||
- build-cache
|
||||
runs-on: ${{ matrix.image || 'windows-2022' }}
|
||||
runs-on: ${{ matrix.image }}
|
||||
timeout-minutes: 15
|
||||
defaults:
|
||||
run:
|
||||
|
|
@ -799,6 +799,7 @@ jobs:
|
|||
env: 'ucrt-x86_64'
|
||||
plat: 'windows'
|
||||
type: 'Debug'
|
||||
image: 'windows-2022'
|
||||
chkprefill: '_chkprefill'
|
||||
config: >-
|
||||
-DENABLE_DEBUG=ON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue