| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ jobs: | |||
| 15 | 15 | ||
| 16 | 16 | defaults: | |
| 17 | 17 | run: | |
| 18 | - shell: C:\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr "{0}" | ||
| 18 | + shell: C:\tools\cygwin\bin\bash.exe --login --norc -eo pipefail -o igncr "{0}" | ||
| 19 | 19 | ||
| 20 | 20 | steps: | |
| 21 | 21 | - name: Force LF line endings | |
@@ -27,11 +27,10 @@ jobs: | |||
| 27 | 27 | with: | |
| 28 | 28 | fetch-depth: 0 | |
| 29 | 29 | ||
| 30 | - - name: Install Cygwin | ||
| 31 | - uses: cygwin/cygwin-install-action@v4 | ||
| 30 | + - name: Set up Cygwin | ||
| 31 | + uses: egor-tensin/setup-cygwin@v4 | ||
| 32 | 32 | with: | |
| 33 | - packages: python39 python39-pip python39-virtualenv git | ||
| 34 | - add-to-path: false # No need to change $PATH outside the Cygwin environment. | ||
| 33 | + packages: python39=3.9.16-1 python39-pip python39-virtualenv git | ||
| 35 | 34 | ||
| 36 | 35 | - name: Arrange for verbose output | |
| 37 | 36 | run: | | |
| Back | FazBrowse Home | New Git URL |
0 commit comments