Skip to content

Commit a5d431c

Browse files
committed
Print ccache stuff
1 parent 8e1e18b commit a5d431c

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
@@ -33,6 +33,10 @@ jobs:
3333
with:
3434
clang-format: true
3535
ccache: true
36+
- run: which ccache
37+
- run: ccache --version
38+
- run: ccache --print-version
39+
- run: $(which ccache) --print-version
3640
# Set up JDK and Android SDK only because we need weak-node-api, to build ferric-example and to run the linting
3741
# TODO: Remove this once we have a way to run linting without building the native code
3842
- name: Set up JDK 17

0 commit comments

Comments
 (0)