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 ceccaf6 commit 69063d6Copy full SHA for 69063d6
.github/workflows/ccpp.yml
@@ -10,6 +10,6 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
- name: cmake
13
- run: cd workspace && cmake .
+ run: cd src && cmake .
14
- name: make
15
- run: cd workspace && make
+ run: cd src && make
0 commit comments