We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e22a4a commit f401b10Copy full SHA for f401b10
.github/workflows/cygwin-test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
defaults:
17
run:
18
- shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr "{0}"
+ shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr "{0}"
19
20
steps:
21
- name: Force LF line endings
@@ -27,10 +27,11 @@ jobs:
27
with:
28
fetch-depth: 0
29
30
- - name: Set up Cygwin
31
- uses: egor-tensin/setup-cygwin@v4
+ - name: Install Cygwin
+ uses: cygwin/cygwin-install-action@v5
32
33
packages: python39 python39-pip python39-virtualenv git
34
+ add-to-path: false # No need to change $PATH outside the Cygwin environment.
35
36
- name: Arrange for verbose output
37
run: |
0 commit comments