Skip to content

Commit a6f5508

Browse files
committed
Install ccache on CI
1 parent db31ec6 commit a6f5508

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
with:
7474
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
7575
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
76+
- name: ccache
77+
uses: hendrikmuhs/ccache-action@v1.2
7678
- run: npm ci
7779
- run: npm run bootstrap
7880
- run: npm run pod-install

0 commit comments

Comments
 (0)