mirror of
https://github.com/curl/curl.git
synced 2026-07-29 04:03:06 +03:00
GHA/windows: try fix for perl 5.40.3 bump fallout
bad: https://github.com/curl/curl/actions/runs/17289458218/job/49073179679 good: https://github.com/curl/curl/actions/runs/17258816077/job/48975760435
This commit is contained in:
parent
93f333c18f
commit
457c1aadea
1 changed files with 0 additions and 12 deletions
12
.github/workflows/windows.yml
vendored
12
.github/workflows/windows.yml
vendored
|
|
@ -499,8 +499,6 @@ jobs:
|
|||
|
||||
mingw-w64-standalone-downloads:
|
||||
name: 'dl-mingw, CM ${{ matrix.ver }}-${{ matrix.env }} ${{ matrix.name }}'
|
||||
needs:
|
||||
- build-cache
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 15
|
||||
defaults:
|
||||
|
|
@ -649,16 +647,6 @@ jobs:
|
|||
PATH="/d/my-cache/${MATRIX_DIR}/bin:$PATH"
|
||||
cmake --build bld --target testdeps
|
||||
|
||||
- name: 'cache perl packages'
|
||||
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
|
||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
|
||||
id: cache-perl-win32-pkgs
|
||||
env:
|
||||
cache-name: cache-perl-win32-pkgs
|
||||
with:
|
||||
path: C:\perl-win32-pkgs
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-build-${{ env.cache-name }}
|
||||
|
||||
- name: 'install test prereqs perl'
|
||||
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
|
||||
timeout-minutes: 5
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue