Skip to content

Commit 9c2c2c2

Browse files
authored
Maximize build space in build.yml
1 parent 7bba709 commit 9c2c2c2

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,10 @@ jobs:
3535

3636
# Free GitHub Actions Environment Disk Space
3737
- name: Maximize Build Space
38-
run: |
39-
sudo rm -rf /usr/share/dotnet
40-
sudo rm -rf /usr/local/lib/android
41-
sudo rm -rf /opt/ghc
42-
sudo df -h
38+
uses: jlumbroso/free-disk-space@main
39+
with:
40+
tool-cache: false
41+
large-packages: false
4342

4443
# Check out current repository
4544
- name: Fetch Sources

0 commit comments

Comments
 (0)