Skip to content

Commit

Permalink
Still trying to fix github action.
Browse files Browse the repository at this point in the history
  • Loading branch information
pboechat committed May 31, 2024
1 parent 6fcdbdf commit 2756ae7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
sudo apt-get install -y clang-format-15
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-15 100
sudo update-alternatives --set clang-format /usr/bin/clang-format-15
- name: Run clang-format
run: |
Expand Down

0 comments on commit 2756ae7

Please sign in to comment.