Skip to content

Commit

Permalink
Merge pull request #22490 from charris/backport-22488
Browse files Browse the repository at this point in the history
MAINT, CI: Switch to cygwin/cygwin-install-action@v2
  • Loading branch information
charris committed Oct 28, 2022
2 parents 3b22591 + c6118bf commit e55d2d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cygwin.yml
Expand Up @@ -6,9 +6,11 @@ on:
push:
branches:
- main
- maintenance/**
pull_request:
branches:
- main
- maintenance/**

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -24,9 +26,9 @@ jobs:
submodules: recursive
fetch-depth: 3000
- name: Install Cygwin
uses: egor-tensin/setup-cygwin@v3
uses: cygwin/cygwin-install-action@v2
with:
platform: x64
platform: x86_64
install-dir: 'C:\tools\cygwin'
packages: >-
python38-devel python38-zipp python38-importlib-metadata
Expand Down

0 comments on commit e55d2d0

Please sign in to comment.