Skip to content

Commit

Permalink
pin clang-format version
Browse files Browse the repository at this point in the history
  • Loading branch information
TApplencourt committed Feb 13, 2025
1 parent 1a32f15 commit 147b939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
fetch-depth: 0 # Need to check out base branch as well
- name: Install clang-format
run: sudo apt update; sudo apt install -y clang-format
run: sudo apt update; sudo apt install -y clang-format-18
# Inspired by SYCL-CTS
- name: Run clang-format on changed files from adoc/code/
run: |
Expand Down

0 comments on commit 147b939

Please sign in to comment.