Skip to content

Commit 9d7a813

Browse files
committed
clear up disk space in gha
1 parent 1b610db commit 9d7a813

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build-android.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v4
2727

28+
- name: Clear up some disk space
29+
run: |
30+
sudo rm -rf /usr/share/dotnet
31+
sudo rm -rf /opt/ghc
32+
sudo rm -rf "/usr/local/share/boost"
33+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
34+
2835
- name: Setup JDK
2936
uses: actions/setup-java@v4
3037
with:

0 commit comments

Comments
 (0)