mirror of
https://github.com/rizinorg/rizin
synced 2026-08-22 20:26:16 -04:00
ci: fix linter job (#6523)
This commit is contained in:
parent
e43565fade
commit
944816d364
1 changed files with 3 additions and 1 deletions
4
.github/workflows/linter.yml
vendored
4
.github/workflows/linter.yml
vendored
|
|
@ -111,7 +111,9 @@ jobs:
|
|||
uses: actions/checkout@v6
|
||||
|
||||
- name: Install clang-format-20
|
||||
run: sudo apt --assume-yes install clang-format-20
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get --assume-yes install clang-format-20
|
||||
|
||||
- name: Install gitpython
|
||||
run: sudo pip install gitpython
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue