Skip to content

Commit a183502

Browse files
committed
Add step to clean up the storage.
1 parent 9892107 commit a183502

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@ jobs:
3333

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

36+
# Cleanup directories before proceeding with setup
37+
- name: Clean up old installations
38+
if: ${{ matrix.os != 'windows-latest' }}
39+
run: |
40+
sudo rm -rf /usr/local/lib/android
41+
sudo rm -rf /usr/share/dotnet
42+
3643
- uses: ./.github/actions/patch-dependencies
3744
with:
3845
run_tests: "true"

0 commit comments

Comments
 (0)