Skip to content

Commit b9dd781

Browse files
committed
Print ccache stuff
1 parent abc37a5 commit b9dd781

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
with:
3434
clang-format: true
3535
ccache: true
36+
- run: which ccache
37+
- run: ccache --version
3638
# Set up JDK and Android SDK only because we need weak-node-api, to build ferric-example and to run the linting
3739
# TODO: Remove this once we have a way to run linting without building the native code
3840
- name: Set up JDK 17

0 commit comments

Comments
 (0)