Skip to content

Commit a1efcd7

Browse files
committed
GitHub CI: Free disk space
1 parent 750f71e commit a1efcd7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,14 @@ jobs:
1313
GRADLE_MICROG_VERSION_WITHOUT_GIT: 1
1414

1515
steps:
16+
- name: "Free disk space"
17+
run: |
18+
# Deleting unneeded software packages
19+
sudo rm -rf /opt/hostedtoolcache/CodeQL
20+
sudo rm -rf /opt/hostedtoolcache/go
21+
22+
# Log available space
23+
df -h
1624
- name: "Checkout sources"
1725
uses: actions/checkout@v5
1826
with:

0 commit comments

Comments
 (0)