From ea0a694d81ff0ad32eacae0bf70080ed4c9ac929 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Sun, 4 Feb 2024 23:57:49 +0800 Subject: [PATCH] Update build-image-and-push.yaml --- .github/workflows/build-image-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-image-and-push.yaml b/.github/workflows/build-image-and-push.yaml index 22275a56a..3eb1109e0 100644 --- a/.github/workflows/build-image-and-push.yaml +++ b/.github/workflows/build-image-and-push.yaml @@ -181,7 +181,7 @@ jobs: dotnet: true haskell: true large-packages: true - swap-storage: false + swap-storage: true - name: "Setup Go" uses: actions/setup-go@v3