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 db31ec6 commit a6f5508Copy full SHA for a6f5508
.github/workflows/check.yml
@@ -73,6 +73,8 @@ jobs:
73
with:
74
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
75
- 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
78
- run: npm ci
79
- run: npm run bootstrap
80
- run: npm run pod-install
0 commit comments