We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6583678 commit 8eb602bCopy full SHA for 8eb602b
1 file changed
.github/workflows/CI-cygwin.yml
@@ -31,7 +31,7 @@ jobs:
31
persist-credentials: false
32
33
- name: Set up Cygwin
34
- uses: cygwin/cygwin-install-action@v5
+ uses: cygwin/cygwin-install-action@v6
35
with:
36
platform: 'x86_64'
37
packages: |
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
pwd
46
ls -l
47
- make -j1 CXXOPTS="-Werror"
+ C:\cygwin\bin\bash.exe -c make -j1 CXXOPTS="-Werror"
48
49
- name: make simplecpp
50
0 commit comments