We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b2bbf4 commit c134e76Copy full SHA for c134e76
1 file changed
.github/workflows/CI-cygwin.yml
@@ -23,7 +23,8 @@ jobs:
23
CXX: ${{ matrix.compiler }}
24
25
steps:
26
- - run: git config --global core.autocrlf input
+ - run: |
27
+ git config --global core.autocrlf input
28
29
- uses: actions/checkout@v4
30
with:
@@ -39,10 +40,12 @@ jobs:
39
40
cmake
41
42
- name: make simplecpp
- run: make -j1 CXXOPTS="-Werror"
43
+ run: |
44
+ make -j1 CXXOPTS="-Werror"
45
46
- name: make test
- run: make -j1 test
47
48
+ make -j1 test
49
50
- name: selfcheck
51
run: |
0 commit comments