We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed6da18 commit dad977eCopy full SHA for dad977e
.github/workflows/tested-build.yml
@@ -19,6 +19,10 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
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
+
26
- name: Setup prerequisites
27
uses: ./.github/actions/setup-prerequisites
28
@@ -90,6 +94,9 @@ jobs:
90
94
91
95
92
96
97
98
99
93
100
101
102
0 commit comments