We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2dfe713 + 5b8dc89 commit 36c712eCopy full SHA for 36c712e
1 file changed
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
sudo apt-get update
56
sudo apt-get install --no-install-recommends -y clang-tidy-19 parallel
57
echo "/usr/lib/llvm-19/bin" >> $GITHUB_PATH
58
-
+
59
- name: Restore clang-tidy cache
60
id: cache-restore
61
uses: actions/cache/restore@v4
@@ -66,12 +66,13 @@ jobs:
66
${{ runner.os }}-clang-tidy-${{ github.ref }}-
67
${{ runner.os }}-clang-tidy-refs/heads/dev-
68
${{ runner.os }}-clang-tidy-refs/heads/main-
69
70
- name: Copy original cache file if exists
71
run: |
72
if [ -f .clang-tidy-cache.json ]; then
73
cp .clang-tidy-cache.json .clang-tidy-cache.json.orig
74
fi
75
76
- name: Create clang-tidy cache script
77
78
cat > run-clang-tidy-cached.sh << 'EOF'
0 commit comments