Improve paths handling #155
Labels
bug
Something isn't working
compilation database
clang-tidy didn't use a compilation database
Windows
Executed on Wimdows
First of all, great Action!
I noticed that when setting an absolute path to the compilation database I receive wrong paths.
Produces
"D:\a\figures-counter\figures-counter\afigures-counterfigures-counter\out\build\x64-debug"
instead of the correct path"D:\a\figures-counter\figures-counter\out\build\x64-debug"
The workaround is to omit the prefix and use relative path
The text was updated successfully, but these errors were encountered: