Skip to content

Commit c134e76

Browse files
committed
cygwin
1 parent 3b2bbf4 commit c134e76

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/CI-cygwin.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
CXX: ${{ matrix.compiler }}
2424

2525
steps:
26-
- run: git config --global core.autocrlf input
26+
- run: |
27+
git config --global core.autocrlf input
2728
2829
- uses: actions/checkout@v4
2930
with:
@@ -39,10 +40,12 @@ jobs:
3940
cmake
4041
4142
- name: make simplecpp
42-
run: make -j1 CXXOPTS="-Werror"
43+
run: |
44+
make -j1 CXXOPTS="-Werror"
4345
4446
- name: make test
45-
run: make -j1 test
47+
run: |
48+
make -j1 test
4649
4750
- name: selfcheck
4851
run: |

0 commit comments

Comments
 (0)