From e72dd2683103bd0427f84d6f8d40d097316664ba Mon Sep 17 00:00:00 2001 From: lrlunin Date: Mon, 4 Mar 2024 17:35:47 +0100 Subject: [PATCH] 38000 reserve failed last time, minimize it --- .github/workflows/build-and-publish.yml | 2 +- VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 6b918e4..23a6c74 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -30,7 +30,7 @@ jobs: - name: Maximize build space uses: easimon/maximize-build-space@master with: - root-reserve-mb: 38000 + root-reserve-mb: 30000 swap-size-mb: 1024 remove-dotnet: 'true' remove-android: 'true' diff --git a/VERSION b/VERSION index 9fc80f9..87a0871 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.3.2 \ No newline at end of file +0.3.3 \ No newline at end of file