mirror of
https://github.com/curl/curl.git
synced 2026-06-12 15:45:38 +03:00
test 4
This commit is contained in:
parent
e4892569a3
commit
46677cfd96
1 changed files with 7 additions and 7 deletions
14
.github/workflows/windows.yml
vendored
14
.github/workflows/windows.yml
vendored
|
|
@ -55,6 +55,13 @@ jobs:
|
|||
matrix:
|
||||
image: [windows-2022, windows-11-arm]
|
||||
steps:
|
||||
- name: 'install build prereqs'
|
||||
if: ${{ steps.cache-perl-win32-pkgs.outputs.cache-hit != 'true' }}
|
||||
uses: msys2/setup-msys2@40677d36a502eb2cf0fb808cc9dec31bf6152638 # v2
|
||||
with:
|
||||
msystem: msys
|
||||
install: gcc make
|
||||
|
||||
- name: 'perl version'
|
||||
run: perl --version | tee "$GITHUB_WORKSPACE"/perlversion
|
||||
|
||||
|
|
@ -67,13 +74,6 @@ jobs:
|
|||
path: C:\perl-win32-pkgs
|
||||
key: ${{ runner.os }}-${{ runner.arch }}-build-${{ env.cache-name }}-${{ hashFiles('perlversion') }}
|
||||
|
||||
- name: 'install build prereqs'
|
||||
if: ${{ steps.cache-perl-win32-pkgs.outputs.cache-hit != 'true' }}
|
||||
uses: msys2/setup-msys2@40677d36a502eb2cf0fb808cc9dec31bf6152638 # v2
|
||||
with:
|
||||
msystem: msys
|
||||
install: gcc make
|
||||
|
||||
- name: 'build perl packages'
|
||||
if: ${{ steps.cache-perl-win32-pkgs.outputs.cache-hit != 'true' }}
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue