Skip to content

Commit 9a6446f

Browse files
committed
ci: switch Cygwin install action
The remote action we were formerly using stopped working several days ago, apparently due to a change in the GitHub Actions Runners upgrading Chocolatey. There isn't a fix upstream. So let's switch to a different Action for installing Cygwin.
1 parent adff2af commit 9a6446f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,9 @@ jobs:
5555
with:
5656
fetch-depth: 0
5757

58-
- name: Set up Cygwin
59-
uses: egor-tensin/setup-cygwin@f86ccb21e7a2ba792c837fb9a2b267a9d6335531
58+
- name: Install Cygwin Environment
59+
uses: cygwin/cygwin-install-action@49f298a7ebb00d4b3ddf58000c3e78eff5fbd6b9
6060
with:
61-
platform: x64
6261
packages: autoconf automake libtool
6362

6463
- name: Install Python
@@ -81,7 +80,7 @@ jobs:
8180
shell: cmd
8281
run: |
8382
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\${{ matrix.vcvars }}"
84-
py.exe -3.9 build-windows.py --python ${{ matrix.py }} --sh c:\tools\cygwin\bin\sh.exe --profile ${{ matrix.profile }}
83+
py.exe -3.9 build-windows.py --python ${{ matrix.py }} --sh c:\cygwin\bin\sh.exe --profile ${{ matrix.profile }}
8584
8685
- name: Validate Distribution
8786
run: |

0 commit comments

Comments
 (0)