Skip to content

Commit

Permalink
Update LLVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
zkingston committed Sep 19, 2024
1 parent 727fecd commit c6e60da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
yes | sudo ./llvm.sh 16 || true
sudo apt-get install -y clang-format-16 python3-pip
yes | sudo ./llvm.sh 18 || true
sudo apt-get install -y clang-format-18 python3-pip
pip install yapf
- name: Run clang-format style check.
Expand Down

0 comments on commit c6e60da

Please sign in to comment.