Skip to content

Commit

Permalink
Add step to clean up the storage.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Dec 23, 2024
1 parent 9892107 commit a183502
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@ jobs:

- uses: gradle/wrapper-validation-action@v1

# Cleanup directories before proceeding with setup
- name: Clean up old installations
if: ${{ matrix.os != 'windows-latest' }}
run: |
sudo rm -rf /usr/local/lib/android
sudo rm -rf /usr/share/dotnet
- uses: ./.github/actions/patch-dependencies
with:
run_tests: "true"
Expand Down

0 comments on commit a183502

Please sign in to comment.