From 811bac942ddbdc48f29e587ea6ffb8f68ce2e4ac Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Wed, 4 Oct 2023 13:03:36 +0800 Subject: [PATCH] :art: Free disk space for docker image building GitHub Action --- .github/workflows/dockerimage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 380bd678471..dd654fac95c 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -31,6 +31,7 @@ jobs: large-packages: true docker-images: true swap-storage: true + - name: Check out the repo uses: actions/checkout@v3