fix: free disk

pull/242/head
zijiren233 5 months ago
parent 756abb7062
commit c89fb5c0fd

@ -40,6 +40,17 @@ jobs:
matrix:
target: ${{ fromJson(needs.get_all_targets.outputs.TARGETS) }}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Checkout
uses: actions/checkout@v4

@ -37,6 +37,17 @@ jobs:
matrix:
target: ${{ fromJson(needs.get_all_targets.outputs.TARGETS) }}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Checkout
uses: actions/checkout@v4

@ -35,6 +35,17 @@ jobs:
matrix:
target: ${{ fromJson(needs.get_all_targets.outputs.TARGETS) }}
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
- name: Checkout
uses: actions/checkout@v4

Loading…
Cancel
Save