We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dca56d commit 16470deCopy full SHA for 16470de
.github/workflows/deploy.yml
@@ -37,7 +37,9 @@ jobs:
37
- name: Set up tree-sitter-java
38
run: |-
39
git clone --depth=1 https://github.com/tree-sitter/tree-sitter-java
40
- make -Ctree-sitter-java all install PREFIX="$RUNNER_TOOL_CACHE/tree-sitter/lib"
+ cd tree-sitter-java
41
+ tree-sitter generate --abi=15
42
+ make all install PREFIX="$RUNNER_TOOL_CACHE/tree-sitter/lib"
43
- name: Set up jextract
44
45
curl -LSs '${{env.JEXTRACT_URL}}' | tar xzf - -C "$RUNNER_TOOL_CACHE"
0 commit comments