try more 1

This commit is contained in:
Viktor Szakats 2025-08-16 03:48:23 +02:00
parent b6cce371f3
commit 237b1f311e
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201

View file

@ -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' }}