Skip to content

Commit

Permalink
Update clangformat to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Jan 25, 2025
1 parent 1866c43 commit 03a4913
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ jobs:
steps:
- name: Check out Git repository
uses: actions/checkout@v4
- name: Set clang-format version
- name: Update clang-format
run: |
sudo update-alternatives --set clang-format /usr/bin/clang-format-18
clang-format --version
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 19
sudo apt install clang-format-19
sudo update-alternatives --set clang-format /usr/bin/clang-format-19
clang-format --version
- name: Run linters
uses: wearerequired/lint-action@v2
Expand Down

0 comments on commit 03a4913

Please sign in to comment.