Skip to content

Commit a954052

Browse files
committed
fix(ci): suppress vcpkg toolchain file on Linux CI
1 parent 3f53e2b commit a954052

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
run: cmake -E make_directory build
3535

3636
- name: Configure CMake
37-
shell: pwsh
38-
run: |
39-
cmake --preset clang-18-${{ matrix.config }}
37+
run: cmake --preset clang-18-${{ matrix.config }} -DCMAKE_TOOLCHAIN_FILE=
4038

4139
- name: Build
4240
working-directory: build/

0 commit comments

Comments
 (0)