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 51
51
with :
52
52
packages : tools platform-tools ndk;${{ env.NDK_VERSION }}
53
53
- 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/[email protected]
54
56
- run : npm ci
55
57
- run : npm run bootstrap
56
58
- run : npm test
@@ -103,6 +105,8 @@ jobs:
103
105
with :
104
106
packages : tools platform-tools ndk;${{ env.NDK_VERSION }}
105
107
- 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/[email protected]
106
110
- run : npm ci
107
111
- run : npm run bootstrap
108
112
- name : Clone patched Hermes version
You can’t perform that action at this time.
0 commit comments