We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e1e18b commit a5d431cCopy full SHA for a5d431c
.github/workflows/check.yml
@@ -33,6 +33,10 @@ jobs:
33
with:
34
clang-format: true
35
ccache: true
36
+ - run: which ccache
37
+ - run: ccache --version
38
+ - run: ccache --print-version
39
+ - run: $(which ccache) --print-version
40
# Set up JDK and Android SDK only because we need weak-node-api, to build ferric-example and to run the linting
41
# TODO: Remove this once we have a way to run linting without building the native code
42
- name: Set up JDK 17
0 commit comments