Skip to content

Commit a87d4da

Browse files
committed
mandb
1 parent aa5d614 commit a87d4da

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/clang-tidy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
with:
1818
persist-credentials: false
1919

20+
- name: Install missing software
21+
run: |
22+
sudo apt-get remove -y man-db
23+
2024
- name: Install missing software
2125
run: |
2226
sudo apt-get update

0 commit comments

Comments
 (0)