Skip to content

Commit

Permalink
Actually set clang-format version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Jan 25, 2025
1 parent 11db208 commit ee1eee6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
chmod +x llvm.sh
sudo ./llvm.sh 19
sudo apt install -y clang-format-19
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-19 10
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-19 1000
sudo update-alternatives --set clang-format /usr/bin/clang-format-19
sudo update-alternatives --display clang-format
clang-format --version
- name: Run linters
Expand Down

0 comments on commit ee1eee6

Please sign in to comment.