Skip to content

Commit

Permalink
Install clang-format again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ybubnov committed Jun 23, 2024
1 parent 4fefd32 commit e6be130
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pre_commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
with:
python-version: '3.11'
- name: Install pre-commit tools
run: apt install clang-format
run: |
sudo apt-get update
sudo apt-get install clang-format --no-install-recommendations -y
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
Expand Down

0 comments on commit e6be130

Please sign in to comment.