We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5d614 commit a87d4daCopy full SHA for a87d4da
1 file changed
.github/workflows/clang-tidy.yml
@@ -17,6 +17,10 @@ jobs:
17
with:
18
persist-credentials: false
19
20
+ - name: Install missing software
21
+ run: |
22
+ sudo apt-get remove -y man-db
23
+
24
- name: Install missing software
25
run: |
26
sudo apt-get update
0 commit comments