ci: fix linter job (#6523)

This commit is contained in:
billow 2026-06-17 23:14:21 +08:00 committed by GitHub
parent e43565fade
commit 944816d364
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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