We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8eb602b commit 3a92237Copy full SHA for 3a92237
1 file changed
.github/workflows/CI-cygwin.yml
@@ -44,7 +44,7 @@ jobs:
44
run: |
45
pwd
46
ls -l
47
- C:\cygwin\bin\bash.exe -c make -j1 CXXOPTS="-Werror"
+ make -j1 CXXOPTS="-Werror"
48
49
- name: make simplecpp
50
0 commit comments