We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f21e22 commit 3b3246dCopy full SHA for 3b3246d
.github/workflows/check.yml
@@ -68,6 +68,8 @@ jobs:
68
with:
69
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
70
- 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
73
- run: npm ci
74
- run: npm run bootstrap
75
# Unit tests
0 commit comments