We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a470552 commit 264cd8bCopy full SHA for 264cd8b
.github/workflows/build.yml
@@ -31,6 +31,9 @@ jobs:
31
with:
32
egress-policy: audit
33
34
+ - name: Maximize build space
35
+ uses: ublue-os/remove-unwanted-software@6bdddc50e67c21ebe9d3316539b3a025345fdc81 # v9
36
+
37
- name: checkout repository
38
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
39
.github/workflows/test.yml
@@ -23,6 +23,9 @@ jobs:
23
24
25
26
27
28
29
30
0 commit comments