fix: no need free disk

pull/268/head
zijiren233 12 months ago
parent 1bbd38295f
commit 8ccb30da13

@ -35,19 +35,7 @@ jobs:
strategy:
matrix:
target: ${{ fromJson(needs.get-targets.outputs.targets) }}
disabled-micro: ["arm64"]
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
tool-cache: false
android: true
dotnet: true
haskell: true
large-packages: false
docker-images: true
swap-storage: true
- name: Checkout
uses: actions/checkout@v4
with:

@ -29,17 +29,6 @@ jobs:
matrix:
target: ${{ fromJson(needs.get-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: false
docker-images: true
swap-storage: true
- name: Checkout
uses: actions/checkout@v4
with:

@ -27,17 +27,6 @@ jobs:
matrix:
target: ${{ fromJson(needs.get-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: false
docker-images: true
swap-storage: true
- name: Checkout
uses: actions/checkout@v4
with:

Loading…
Cancel
Save