From 8ccb30da13f991d08f6cb0a943bc3dd372aea215 Mon Sep 17 00:00:00 2001 From: zijiren233 Date: Mon, 18 Nov 2024 00:03:39 +0800 Subject: [PATCH] fix: no need free disk --- .github/workflows/build.yml | 12 ------------ .github/workflows/release.yml | 11 ----------- .github/workflows/release_dev.yml | 11 ----------- 3 files changed, 34 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88728bd..5350c10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ef548c..8296c8a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.github/workflows/release_dev.yml b/.github/workflows/release_dev.yml index 196f58e..e2925c4 100644 --- a/.github/workflows/release_dev.yml +++ b/.github/workflows/release_dev.yml @@ -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: