Skip to content

Commit

Permalink
CI: Switch to cygwin/cygwin-install-action@v2
Browse files Browse the repository at this point in the history
egor-tensin/setup-cygwin@v3 was crashing; let's see if this works.
  • Loading branch information
DWesl authored and charris committed Oct 28, 2022
1 parent 3b22591 commit c6118bf
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 c6118bf

Please sign in to comment.