From 6d24011f3293c93768bcfcd0911ba9fc0b6b2600 Mon Sep 17 00:00:00 2001 From: deep-soft Date: Sat, 3 Feb 2024 08:00:10 +0200 Subject: [PATCH] Update act-build.yml --- .github/workflows/act-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/act-build.yml b/.github/workflows/act-build.yml index 046b46e69e8cd..0b6347636603f 100644 --- a/.github/workflows/act-build.yml +++ b/.github/workflows/act-build.yml @@ -17,6 +17,8 @@ env: # keyStorePassword: '${{ secrets.ANDROID_KEY_STORE_PASSWORD }}' # keyPassword: '${{ secrets.ANDROID_KEY_PASSWORD }}' + SCCACHE_DIRECT: false + on: # push: # branches: [master] @@ -52,7 +54,6 @@ on: type: boolean default: false required: true - jobs: build: name: Build on ${{ matrix.os }}