We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0a6a20 commit 1e3b50fCopy full SHA for 1e3b50f
.github/workflows/composites/clean-space/action.yaml
@@ -4,6 +4,11 @@ runs:
4
using: "composite"
5
steps:
6
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
+
12
- name: Free Disk Space
13
uses: jlumbroso/free-disk-space@main
14
with:
0 commit comments