1 parent f7c2033 commit e0dbef0Copy full SHA for e0dbef0
1 file changed
.github/workflows/CI-cygwin.yml
@@ -40,7 +40,15 @@ jobs:
40
cmake
41
42
- name: make simplecpp
43
+ shell: cmd
44
run: |
45
+ pwd
46
+ ls -l
47
+ make -j1 CXXOPTS="-Werror"
48
+
49
+ - name: make simplecpp
50
+ run: |
51
52
ls -l
53
make -j1 CXXOPTS="-Werror"
54
0 commit comments