Skip to content

Commit ff0ffb9

Browse files
authored
Update c-cpp.yml
1 parent a65bb72 commit ff0ffb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: cmake
17-
run: cmake
17+
run: mkdir build && cd build && cmake ..
1818
- name: make
1919
run: make
2020
- name: make test

0 commit comments

Comments
 (0)