Skip to content

Commit

Permalink
Try fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien4193 committed Sep 9, 2024
1 parent f31bdfc commit a05352e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ jobs:
uses: actions/checkout@v4
- name: Run clang-format
run: |
sudo apt-get update
apt-get update
wget https://apt.llvm.org/llvm.sh
sudo chmod +x llvm.sh
sudo ./llvm.sh 20

0 comments on commit a05352e

Please sign in to comment.