Skip to content

Commit 9d55c5f

Browse files
authored
Merge pull request #2 from H5JKey/H5JKey-patch-2
Update c-cpp.yml
2 parents 380b40e + 0fc77a4 commit 9d55c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: make
17-
run: mkdir build && cd build && cmake .. && make
17+
run: mkdir build && cd build && cmake .. -G "Unix Makefiles" && make
1818
- name: make test
19-
run: cd build && make && make test
19+
run: cd build && make && ctest --timeout 900
2020

0 commit comments

Comments
 (0)