Skip to content

Commit

Permalink
Remove bloat from GH Actions Docker (#614)
Browse files Browse the repository at this point in the history
* rm android dir from gh actions

* Update .github/workflows/deploy_tests.yml

Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>

---------

Co-authored-by: Neal Richardson <neal.p.richardson@gmail.com>
  • Loading branch information
kgartland-rstudio and nealrichardson authored Aug 14, 2024
1 parent b64946a commit 2c12229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_tests.yml
Original file line number Diff line number Diff line change
@@ -45,8 +45,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

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

- uses: actions/checkout@v4
with:

0 comments on commit 2c12229

Please sign in to comment.