Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ce709 commit a783f23Copy full SHA for a783f23
.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@v4
32
33
- packages: python39=3.9.16-1 python39-pip python39-virtualenv git
+ 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