We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a954052 commit b52d9a3Copy full SHA for b52d9a3
.github/workflows/linux.yml
@@ -37,9 +37,7 @@ jobs:
37
run: cmake --preset clang-18-${{ matrix.config }} -DCMAKE_TOOLCHAIN_FILE=
38
39
- name: Build
40
- working-directory: build/
41
run: cmake --build --preset clang-18-${{ matrix.config }} -j -v
42
43
- name: Test
44
45
run: ctest --preset clang-18-${{ matrix.config }} --output-on-failure
0 commit comments