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 1ed3290 commit 669d000Copy full SHA for 669d000
.github/workflows/composites/clean-space/action.yaml
@@ -4,6 +4,12 @@ runs:
4
using: "composite"
5
steps:
6
7
+ - name: Disable man-db to make package install and removal faster
8
+ shell: bash
9
+ run: |
10
+ echo 'set man-db/auto-update false' | sudo debconf-communicate >/dev/null
11
+ sudo dpkg-reconfigure man-db
12
+
13
- name: Free Disk Space
14
uses: jlumbroso/free-disk-space@main
15
with:
0 commit comments