aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/c-cpp.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/c-cpp.yml')
-rw-r--r--.github/workflows/c-cpp.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml
index e400fc8..36b5fa5 100644
--- a/.github/workflows/c-cpp.yml
+++ b/.github/workflows/c-cpp.yml
@@ -15,9 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'true'
- - name: create dir
- run: mkdir build && cd build
- name: run cmake
- run: cmake ..
+ run: cmake .
- name: make
run: make