Update android.publish.yml

Signed-off-by: Ammar Ahmed <40239442+ammarahm-ed@users.noreply.github.com>
This commit is contained in:
Ammar Ahmed
2024-01-31 19:23:16 +05:00
committed by GitHub
parent eefc696545
commit 12c2cbb171

View File

@@ -44,12 +44,8 @@ jobs:
ln -s $(which ccache) /usr/local/bin/clang
ln -s $(which ccache) /usr/local/bin/clang++
export CCACHE_COMPILERCHECK=content
export CCACHE_DEBUG=true
mkdir .ccachedebug
export CCACHE_DEBUG=true
export CCACHE_DEBUGDIR=.ccachedebug
export CCACHE_DEBUGLEVEL=1
export CCACHE_HASHDIR=false
- name: Cache gradle
uses: actions/cache@v2
with: