File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-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
73
75
with :
74
76
packages : tools platform-tools ndk;${{ env.NDK_VERSION }}
75
77
- run : rustup target add x86_64-linux-android aarch64-linux-android armv7-linux-androideabi i686-linux-android aarch64-apple-ios-sim
78
+ - name : ccache
79
+ uses :
hendrikmuhs/[email protected]
76
80
- run : npm ci
77
81
- run : npm run bootstrap
78
82
- run : npm run pod-install
@@ -101,6 +105,8 @@ jobs:
101
105
with :
102
106
packages : tools platform-tools ndk;${{ env.NDK_VERSION }}
103
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]
104
110
- run : npm ci
105
111
- run : npm run bootstrap
106
112
- name : Clone patched Hermes version
You can’t perform that action at this time.
0 commit comments