From a928cef741cd4ad7027369399edb95607a3ac332 Mon Sep 17 00:00:00 2001 From: step0035 <77708985+step0035@users.noreply.github.com> Date: Mon, 14 Aug 2023 14:22:41 +0800 Subject: [PATCH] [ci] set large-packages to false to workaround fetch fail error (#148) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 32667ab4..ae72e8e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: android: true dotnet: true haskell: true - large-packages: true + large-packages: false docker-images: true swap-storage: true