Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run clang without default config (#53)
* run clang without default config clang can be installed with a system-wide config-file which might add unexpected includes files in the chain. Those files will result in an undefined location when querying the index, let's avoid that problem by configuring clang to be executed without a default config file * Use macOS-latest * Remove OSX for now --------- Co-authored-by: AU <[email protected]>
- Loading branch information