Skip to content

Commit 2c12229

Browse files
Remove bloat from GH Actions Docker (#614)
* rm android dir from gh actions * Update .github/workflows/deploy_tests.yml Co-authored-by: Neal Richardson <[email protected]> --------- Co-authored-by: Neal Richardson <[email protected]>
1 parent b64946a commit 2c12229

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747

48-
- name: Delete dotnet to save space
49-
run: sudo rm -rf /usr/share/dotnet
48+
- name: Delete unused stuff to save space
49+
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
5050

5151
- uses: actions/checkout@v4
5252
with:

0 commit comments

Comments
 (0)