Skip to content

Commit b52d9a3

Browse files
committed
fix(ci): use preset from source directory
1 parent a954052 commit b52d9a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/linux.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ jobs:
3737
run: cmake --preset clang-18-${{ matrix.config }} -DCMAKE_TOOLCHAIN_FILE=
3838

3939
- name: Build
40-
working-directory: build/
4140
run: cmake --build --preset clang-18-${{ matrix.config }} -j -v
4241

4342
- name: Test
44-
working-directory: build/
4543
run: ctest --preset clang-18-${{ matrix.config }} --output-on-failure

0 commit comments

Comments
 (0)