1 parent 879e827 commit 5f14de8Copy full SHA for 5f14de8
1 file changed
.github/workflows/cmake.yml
@@ -63,11 +63,11 @@ jobs:
63
run: g++ --version
64
65
- name: Configure CMake
66
- run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Debug
+ run: cmake -B build -DCMAKE_BUILD_TYPE=Debug
67
68
- name: Build
69
- run: cmake --build ${{github.workspace}}/build
+ run: cmake --build build
70
71
- name: Test
72
- working-directory: ${{github.workspace}}/build
+ working-directory: build
73
run: ctest --output-on-failure
0 commit comments