Skip to content

Commit

Permalink
DELME
Browse files Browse the repository at this point in the history
  • Loading branch information
muxator committed Sep 29, 2023
1 parent 9430d81 commit c76e3cf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check-code-formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ jobs:
check_format:
runs-on: ubuntu-22.04
steps:
- name: Install the packages needed for checking code formatting
- name: Setup clang-format 15 (we'd like 16, but as of 2023-09-29 it's not there)
run: |
sudo apt install --no-install-recommends -y \
nano
# once clang-16 becomes available, please enable the rules that are
# currently commented in <BASE>/.clang_format
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
- name: Checkout itcoin-fbft
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c76e3cf

Please sign in to comment.