Skip to content

Commit f401b10

Browse files
committed
Switch back to cygwin/cygwin-install-action
Since we don't need pinning, and this avoids installing and using the chocolatey package manager, which we're not using for anything else.
1 parent 9e22a4a commit f401b10

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/cygwin-test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
defaults:
1717
run:
18-
shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr "{0}"
18+
shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr "{0}"
1919

2020
steps:
2121
- name: Force LF line endings
@@ -27,10 +27,11 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- name: Set up Cygwin
31-
uses: egor-tensin/setup-cygwin@v4
30+
- name: Install Cygwin
31+
uses: cygwin/cygwin-install-action@v5
3232
with:
3333
packages: python39 python39-pip python39-virtualenv git
34+
add-to-path: false # No need to change $PATH outside the Cygwin environment.
3435

3536
- name: Arrange for verbose output
3637
run: |

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy