Skip to content

Commit df1ad22

Browse files
CI runs self-test
1 parent 90fd982 commit df1ad22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@ jobs:
7979
cxxstd: ${{ matrix.cxxstd }}
8080
cxx: ${{ matrix.cxx }}
8181
cc: ${{ matrix.cc }}
82-
extra-args: ${{ format('-D LLVM_ROOT={0} -D Clang_ROOT={0}', '/usr/local') }}
82+
extra-args: ${{ format('-D LLVM_ROOT={0} -D Clang_ROOT={0} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON', '/usr/local') }}
8383
# toolchain: ${{ steps.package-install.outputs.vcpkg_toolchain }}
8484

0 commit comments

Comments
 (0)