We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65bb72 commit ff0ffb9Copy full SHA for ff0ffb9
.github/workflows/c-cpp.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- name: cmake
17
- run: cmake
+ run: mkdir build && cd build && cmake ..
18
- name: make
19
run: make
20
- name: make test
0 commit comments