Skip to content

Commit dad977e

Browse files
committed
GutHub action speedup.
1 parent ed6da18 commit dad977e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/tested-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@v4
2121

22+
# Avoid wasting type on updating man pages which are not used anyway
23+
- run: sudo rm -f /var/lib/man-db/auto-update
24+
if: runner.os == 'Linux'
25+
2226
- name: Setup prerequisites
2327
uses: ./.github/actions/setup-prerequisites
2428

@@ -90,6 +94,9 @@ jobs:
9094
steps:
9195
- uses: actions/checkout@v4
9296

97+
# Avoid wasting type on updating man pages which are not used anyway
98+
- run: sudo rm -f /var/lib/man-db/auto-update
99+
93100
- name: Setup prerequisites
94101
uses: ./.github/actions/setup-prerequisites
95102

0 commit comments

Comments
 (0)