File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 5151 with :
5252 packages : tools platform-tools ndk;${{ env.NDK_VERSION }}
5353 - run : rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
54+ - name : ccache
55+ uses : hendrikmuhs/ccache-action@v1.2
5456 - run : npm ci
5557 - run : npm run bootstrap
5658 - run : npm test
@@ -103,6 +105,8 @@ jobs:
103105 with :
104106 packages : tools platform-tools ndk;${{ env.NDK_VERSION }}
105107 - run : rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
108+ - name : ccache
109+ uses : hendrikmuhs/ccache-action@v1.2
106110 - run : npm ci
107111 - run : npm run bootstrap
108112 - name : Clone patched Hermes version
You can’t perform that action at this time.
0 commit comments