mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 07:35:52 +00:00
Fix CI
This commit is contained in:
committed by
Sergey Kuznetsov
parent
9ef6801c55
commit
252920ec57
2
.github/actions/clang_format/action.yml
vendored
2
.github/actions/clang_format/action.yml
vendored
@@ -13,6 +13,8 @@ runs:
|
||||
run: |
|
||||
sudo apt update -qq
|
||||
sudo apt install -y jq clang-format-17
|
||||
sudo rm /usr/bin/clang-format
|
||||
sudo ln -s /usr/bin/clang-format-17 /usr/bin/clang-format
|
||||
shell: bash
|
||||
|
||||
- name: Run formatter
|
||||
|
||||
Reference in New Issue
Block a user