Skip to content

Commit 1e3b50f

Browse files
committed
minor time improvement
Signed-off-by: wind57 <[email protected]>
1 parent f0a6a20 commit 1e3b50f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/composites/clean-space/action.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ runs:
44
using: "composite"
55
steps:
66

7+
- name: Disable man-db to make package install and removal faster
8+
run: |
9+
echo 'set man-db/auto-update false' | sudo debconf-communicate >/dev/null
10+
sudo dpkg-reconfigure man-db
11+
712
- name: Free Disk Space
813
uses: jlumbroso/free-disk-space@main
914
with:

0 commit comments

Comments
 (0)