Skip to content

Commit 58604f0

Browse files
committed
ci: fix ts patch on win
1 parent 2b9a425 commit 58604f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-to-tree.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: git clone --depth=1 https://github.com/tree-sitter/tree-sitter-java
1717
- run: git clone --depth=1 https://github.com/tree-sitter/tree-sitter-ruby
1818
- shell: bash
19-
run: cd tree-sitter && patch -i ts1.patch && OS=1 make install
19+
run: cd tree-sitter && patch -i ../ts1.patch && OS=1 make install
2020
- shell: bash
2121
run: cd tree-sitter-c && OS=1 make install
2222
- shell: bash

0 commit comments

Comments
 (0)