aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/c-std.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-std.yml b/.github/workflows/c-std.yml
index a0e6a9e..bc93110 100644
--- a/.github/workflows/c-std.yml
+++ b/.github/workflows/c-std.yml
@@ -152,7 +152,7 @@ jobs:
152 152
153 - name: Compile source code with tests (cmake) 153 - name: Compile source code with tests (cmake)
154 if: matrix.builder == 'cmake' 154 if: matrix.builder == 'cmake'
155 run: cmake --build ./build --config Release 155 run: cmake --build ./build2 --config Release
156 156
157 - name: Run test cases (cmake) 157 - name: Run test cases (cmake)
158 if: matrix.builder == 'cmake' 158 if: matrix.builder == 'cmake'