Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Sep 29, 2023
1 parent 6947d80 commit e30cce9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-code-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
steps:
- name: Install the packages needed for checking code formatting
run: |
sudo apt remove -y \
clang-format
sudo apt install --no-install-recommends -y \
clang-format-15
# sudo apt install --no-install-recommends -y \
# clang-format-15
sudo update-alternatives --get-selections
sudo update-alternatives --list clang-format
clang-format --version
exit 1
- name: Checkout itcoin-fbft
Expand Down

0 comments on commit e30cce9

Please sign in to comment.