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 23:16:18 +05:00
committed by GitHub
parent 564111f1a5
commit 5f356bf1d1

View File

@@ -10,6 +10,11 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
env:
CMAKE_C_COMPILER_LAUNCHER: ccache
CMAKE_CXX_COMPILER_LAUNCHER: ccache
NDK_CCACHE: ccache
USE_CCACHE: 1
- name: Setup Node
uses: ./.github/actions/setup-node-with-cache