Skip to content

Commit

Permalink
Update clang-format-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xanthospap authored Dec 15, 2024
1 parent b17cdc5 commit 1ad545b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/clang-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
# Step 2: Install clang-format version 19
- name: Install clang-format
run: |
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo add-apt-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-19 main"
sudo apt-get update
sudo apt-get install -y clang-format-19
sudo ln -sf /usr/bin/clang-format-19 /usr/bin/clang-format
Expand Down

0 comments on commit 1ad545b

Please sign in to comment.