There was an error while loading. Please reload this page.
1 parent 43dcbaf commit 6621fdcCopy full SHA for 6621fdc
1 file changed
.github/workflows/build-linux-ts-native.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Clone java-tree-sitter @ 1.9.1
18
run: |
19
- git clone --depth 1 --branch 1.9.1 https://github.com/seart-group/java-tree-sitter.git java-tree-sitter
+ git clone --depth 1 --branch v1.9.1 https://github.com/seart-group/java-tree-sitter.git java-tree-sitter
20
21
- name: Init top-level grammar submodules (no nested)
22
0 commit comments