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 90fd982 commit df1ad22Copy full SHA for df1ad22
.github/workflows/ci.yml
@@ -79,6 +79,6 @@ jobs:
79
cxxstd: ${{ matrix.cxxstd }}
80
cxx: ${{ matrix.cxx }}
81
cc: ${{ matrix.cc }}
82
- extra-args: ${{ format('-D LLVM_ROOT={0} -D Clang_ROOT={0}', '/usr/local') }}
+ extra-args: ${{ format('-D LLVM_ROOT={0} -D Clang_ROOT={0} -DCMAKE_EXPORT_COMPILE_COMMANDS=ON', '/usr/local') }}
83
# toolchain: ${{ steps.package-install.outputs.vcpkg_toolchain }}
84
0 commit comments