1 parent 36f7ad8 commit 841586cCopy full SHA for 841586c
1 file changed
.github/workflows/precommit.yml
@@ -33,6 +33,7 @@ jobs:
33
run: |
34
sudo apt-get update
35
sudo apt-get install -y ccache ca-certificates python-is-python3 python3-pip
36
+ sudo pip install --upgrade pip
37
sudo pip install clang-format clang-tidy
38
39
- name: Configure
0 commit comments