summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBret Curtis <psi29a@gmail.com>2021-09-14 21:58:16 +0200
committerGitHub <noreply@github.com>2021-09-14 21:58:16 +0200
commit3ad40b13588fe224a422dd5e9a86ab604e0f1ba8 (patch)
tree60d1099e9def6e9f8fd268874c6cde9fa40f649f
parent8725671597a38200c6f1cd97db8dc6942453547e (diff)
Update cmake.ymlenable-github-pipeline
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index 85d7b1856e..18221b3cb6 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -29,7 +29,7 @@ jobs:
cmake -S . -B . -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DCMAKE_INSTALL_PREFIX:PATH=instdir
- name: Build
- run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} --parallel 3
+ run: cmake --build . --config ${{env.BUILD_TYPE}} --parallel 3
- name: Test
working-directory: ${{github.workspace}}/build