Skip to content

Commit 063e69b

Browse files
committed
fixup! Install ccache on CI
1 parent ef90a75 commit 063e69b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/check.yml

Lines changed: 4 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
@@ -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/[email protected]
106110
- run: npm ci
107111
- run: npm run bootstrap
108112
- name: Clone patched Hermes version

0 commit comments

Comments
 (0)