fix: run jlumbroso/free-disk-space@main with tool-cache: true

This commit is contained in:
Ivan Vershigora 2024-07-25 20:40:24 +03:00
parent 1be6c4442b
commit 685b99eba5
No known key found for this signature in database
GPG key ID: DCCF7FB5ED2CEBD7

View file

@ -66,9 +66,7 @@ jobs:
- name: Free Disk Space - name: Free Disk Space
uses: jlumbroso/free-disk-space@main uses: jlumbroso/free-disk-space@main
with: with:
# this might remove tools that are actually needed, tool-cache: true
# if set to "true" but frees about 6 GB
tool-cache: false
android: false android: false
dotnet: true dotnet: true
haskell: true haskell: true
@ -133,11 +131,6 @@ jobs:
- name: Build - name: Build
run: npm run e2e:release-build run: npm run e2e:release-build
- name: Another space cleanup
run: |
rm -r -f ~/.npm/
rm -r -f ~/.gradle/
- name: Run tests - name: Run tests
uses: reactivecircus/android-emulator-runner@v2 uses: reactivecircus/android-emulator-runner@v2
with: with: