Skip to content

Commit 6621fdc

Browse files
committed
fix: use v1.9.1 tag (with v prefix) for java-tree-sitter clone
1 parent 43dcbaf commit 6621fdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-linux-ts-native.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
1717
- name: Clone java-tree-sitter @ 1.9.1
1818
run: |
19-
git clone --depth 1 --branch 1.9.1 https://github.com/seart-group/java-tree-sitter.git java-tree-sitter
19+
git clone --depth 1 --branch v1.9.1 https://github.com/seart-group/java-tree-sitter.git java-tree-sitter
2020
2121
- name: Init top-level grammar submodules (no nested)
2222
run: |

0 commit comments

Comments
 (0)