We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b28b6a commit 7b98de7Copy full SHA for 7b98de7
.github/workflows/clang-tidy-check.yml
@@ -79,7 +79,7 @@ jobs:
79
80
- name: Run clang-tidy
81
run: |
82
- run-clang-tidy-15 `pwd`/xpano `pwd`/tests \
+ run-clang-tidy-18 `pwd`/xpano `pwd`/tests \
83
-p=build \
84
-quiet \
85
-header-filter=xpano/xpano.*xpano \
xpano/cli/args.cc
@@ -9,7 +9,7 @@
9
#include <string>
10
#include <vector>
11
12
-#include <spdlog/fmt/bundled/format.h>
+#include <spdlog/fmt/fmt.h>
13
#include <spdlog/spdlog.h>
14
15
#include "xpano/constants.h"
0 commit comments