Skip to content

Commit

Permalink
Free more disk space for smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Jul 5, 2023
1 parent 1533754 commit bcbcbe4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,14 @@ jobs:
run: git config --system core.longpaths true
if: matrix.os == 'windows-latest'

- name: Free disk space
run: |
df -h
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
df -h
if: matrix.os == 'ubuntu-latest'

- uses: actions/checkout@v3

- name: Set up JDK for running Gradle
Expand Down

0 comments on commit bcbcbe4

Please sign in to comment.