mirror of
https://github.com/curl/curl.git
synced 2026-07-30 04:28:02 +03:00
parent
af511a22cb
commit
c583e825f7
5 changed files with 45 additions and 45 deletions
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
|
@ -59,7 +59,7 @@ jobs:
|
|||
lookup-only: true
|
||||
|
||||
- name: 'install test prereqs (stunnel)'
|
||||
if: ${{ steps.cache-stunnel.outputs.cache-hit != 'true' }}
|
||||
if: ${{ !steps.cache-stunnel.outputs.cache-hit }}
|
||||
timeout-minutes: 2
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
@ -647,7 +647,7 @@ jobs:
|
|||
key: ${{ runner.os }}-mingw-w64-${{ matrix.ver }}-${{ matrix.env }}
|
||||
|
||||
- name: 'install compiler (gcc ${{ matrix.ver }}-${{ matrix.env }})'
|
||||
if: ${{ steps.cache-compiler.outputs.cache-hit != 'true' }}
|
||||
if: ${{ !steps.cache-compiler.outputs.cache-hit }}
|
||||
timeout-minutes: 5
|
||||
env:
|
||||
MATRIX_URL: '${{ matrix.url }}'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue