Skip to content

Commit 16470de

Browse files
ci(deploy): generate with ABI 15
1 parent 2dca56d commit 16470de

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ jobs:
3737
- name: Set up tree-sitter-java
3838
run: |-
3939
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"
40+
cd tree-sitter-java
41+
tree-sitter generate --abi=15
42+
make all install PREFIX="$RUNNER_TOOL_CACHE/tree-sitter/lib"
4143
- name: Set up jextract
4244
run: |-
4345
curl -LSs '${{env.JEXTRACT_URL}}' | tar xzf - -C "$RUNNER_TOOL_CACHE"

0 commit comments

Comments
 (0)