From 9c112a03db25f33f56dde3bc6019e335629955f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Mon, 26 Feb 2024 19:46:14 +0800 Subject: [PATCH] Update build-and-test-plugin.yaml --- .github/workflows/build-and-test-plugin.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/build-and-test-plugin.yaml b/.github/workflows/build-and-test-plugin.yaml index f33444ccd..363bd4ae9 100644 --- a/.github/workflows/build-and-test-plugin.yaml +++ b/.github/workflows/build-and-test-plugin.yaml @@ -33,6 +33,16 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Free Up GitHub Actions Ubuntu Runner Disk Space 🔧 + uses: jlumbroso/free-disk-space@main + with: + tool-cache: false + android: true + dotnet: true + haskell: true + large-packages: true + swap-storage: true + - name: "Setup Go" uses: actions/setup-go@v3 with: