Skip to content

Commit 8eb602b

Browse files
committed
cygwin
1 parent 6583678 commit 8eb602b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI-cygwin.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Set up Cygwin
34-
uses: cygwin/cygwin-install-action@v5
34+
uses: cygwin/cygwin-install-action@v6
3535
with:
3636
platform: 'x86_64'
3737
packages: |
@@ -44,7 +44,7 @@ jobs:
4444
run: |
4545
pwd
4646
ls -l
47-
make -j1 CXXOPTS="-Werror"
47+
C:\cygwin\bin\bash.exe -c make -j1 CXXOPTS="-Werror"
4848
4949
- name: make simplecpp
5050
run: |

0 commit comments

Comments
 (0)