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 21:58:41 +05:00
committed by GitHub
parent c15b69475d
commit 6ececee17b

View File

@@ -45,7 +45,9 @@ jobs:
ln -s $(which ccache) /usr/local/bin/clang++
export CCACHE_COMPILERCHECK=content
echo $PWD
export CCACHE_BASEDIR=$PWD
ccache --set-config=base_dir=$PWD
ccache --set-config=compiler_check=content
ccache --set-config=hash_dir=false
- name: Cache gradle
uses: actions/cache@v2