mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-12 18:51:21 +01:00
fix: run jlumbroso/free-disk-space@main with tool-cache: true
This commit is contained in:
parent
1be6c4442b
commit
685b99eba5
1 changed files with 1 additions and 8 deletions
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
|
@ -66,9 +66,7 @@ jobs:
|
|||
- name: Free Disk Space
|
||||
uses: jlumbroso/free-disk-space@main
|
||||
with:
|
||||
# this might remove tools that are actually needed,
|
||||
# if set to "true" but frees about 6 GB
|
||||
tool-cache: false
|
||||
tool-cache: true
|
||||
android: false
|
||||
dotnet: true
|
||||
haskell: true
|
||||
|
@ -133,11 +131,6 @@ jobs:
|
|||
- name: Build
|
||||
run: npm run e2e:release-build
|
||||
|
||||
- name: Another space cleanup
|
||||
run: |
|
||||
rm -r -f ~/.npm/
|
||||
rm -r -f ~/.gradle/
|
||||
|
||||
- name: Run tests
|
||||
uses: reactivecircus/android-emulator-runner@v2
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue