From 98230b598a9e298fff97d509aebc7b73cd73020a Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Sat, 9 Sep 2023 18:29:21 +0100 Subject: [PATCH] trigger new build --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index add5cc25b6..82468bc6a7 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -51,8 +51,8 @@ jobs: env: XCODE_VERSION: '12.2' XCODE_BUILD_ID: '12B45b' - CCACHE_MAXSIZE: '30M' CCACHE_COMPILERCHECK: 'content' + CCACHE_MAXSIZE: '30M' steps: - name: Checkout