mirror of
https://github.com/curl/curl.git
synced 2026-06-10 05:54:15 +03:00
try more 1
This commit is contained in:
parent
b6cce371f3
commit
237b1f311e
1 changed files with 7 additions and 5 deletions
12
.github/workflows/windows.yml
vendored
12
.github/workflows/windows.yml
vendored
|
|
@ -43,13 +43,15 @@ env:
|
|||
jobs:
|
||||
build-cache:
|
||||
name: 'Build caches'
|
||||
runs-on: windows-2022
|
||||
runs-on: ${{ matrix.image }}
|
||||
timeout-minutes: 15
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
env:
|
||||
MAKEFLAGS: -j 5
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
image: [windows-2022, windows-11-arm]
|
||||
steps:
|
||||
- name: 'cache perl packages'
|
||||
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
|
||||
|
|
@ -58,7 +60,7 @@ jobs:
|
|||
cache-name: cache-perl-win32-pkgs
|
||||
with:
|
||||
path: C:\perl-win32-pkgs
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}
|
||||
key: ${{ matrix.image }}-build-${{ env.cache-name }}
|
||||
|
||||
- name: 'install build prereqs'
|
||||
if: ${{ steps.cache-perl-win32-pkgs.outputs.cache-hit != 'true' }}
|
||||
|
|
@ -986,7 +988,7 @@ jobs:
|
|||
cache-name: cache-perl-win32-pkgs
|
||||
with:
|
||||
path: C:\perl-win32-pkgs
|
||||
key: ${{ runner.os }}-build-${{ env.cache-name }}
|
||||
key: ${{ matrix.image }}-build-${{ env.cache-name }}
|
||||
|
||||
- name: 'install test prereqs'
|
||||
if: ${{ matrix.tflags != 'skipall' && matrix.tflags != 'skiprun' }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue