Skip to content

Commit 36c712e

Browse files
authored
Merge branch 'main' into dev
2 parents 2dfe713 + 5b8dc89 commit 36c712e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
sudo apt-get update
5656
sudo apt-get install --no-install-recommends -y clang-tidy-19 parallel
5757
echo "/usr/lib/llvm-19/bin" >> $GITHUB_PATH
58-
58+
5959
- name: Restore clang-tidy cache
6060
id: cache-restore
6161
uses: actions/cache/restore@v4
@@ -66,12 +66,13 @@ jobs:
6666
${{ runner.os }}-clang-tidy-${{ github.ref }}-
6767
${{ runner.os }}-clang-tidy-refs/heads/dev-
6868
${{ runner.os }}-clang-tidy-refs/heads/main-
69-
69+
7070
- name: Copy original cache file if exists
7171
run: |
7272
if [ -f .clang-tidy-cache.json ]; then
7373
cp .clang-tidy-cache.json .clang-tidy-cache.json.orig
7474
fi
75+
7576
- name: Create clang-tidy cache script
7677
run: |
7778
cat > run-clang-tidy-cached.sh << 'EOF'

0 commit comments

Comments
 (0)