Skip to content

Commit e4a4cb0

Browse files
committed
Install ccache on CI
1 parent db31ec6 commit e4a4cb0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/check.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ jobs:
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/[email protected]
5456
- run: npm ci
5557
- run: npm run bootstrap
5658
- run: npm test
@@ -73,6 +75,8 @@ jobs:
7375
with:
7476
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
7577
- 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]
7680
- run: npm ci
7781
- run: npm run bootstrap
7882
- run: npm run pod-install
@@ -101,6 +105,8 @@ jobs:
101105
with:
102106
packages: tools platform-tools ndk;${{ env.NDK_VERSION }}
103107
- 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]
104110
- run: npm ci
105111
- run: npm run bootstrap
106112
- name: Clone patched Hermes version

0 commit comments

Comments
 (0)