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