Skip to content

Commit

Permalink
ROLLME
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Sep 29, 2023
1 parent c3dc082 commit e69cfe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-code-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ jobs:
run: |
# sudo apt install --no-install-recommends -y \
# clang-format-15
sudo update-alternatives --get-selections
# sudo update-alternatives --get-selections
sudo update-alternatives --list clang-format
sudo update-alternatives --query clang-format
clang-format --version
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-15 10
sudo update-alternatives --set clang-format /usr/bin/clang-format-15
clang-format --version
exit 1
Expand Down

0 comments on commit e69cfe8

Please sign in to comment.