Skip to content

Commit 3b3246d

Browse files
committed
Install ccache on CI
1 parent 6f21e22 commit 3b3246d

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
@@ -68,6 +68,8 @@ jobs:
6868
with:
6969
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
7070
- run: rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
71+
- name: ccache
72+
uses: hendrikmuhs/ccache-action@v1.2
7173
- run: npm ci
7274
- run: npm run bootstrap
7375
# Unit tests

0 commit comments

Comments
 (0)