1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix v-apps-compile by adding a 'Clone tree-sitter-v' task too

This commit is contained in:
Delyan Angelov 2021-06-14 14:50:33 +03:00
parent adae5b9afd
commit 46148760cc
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -797,6 +797,8 @@ jobs:
run: make && sudo ./v symlink
## vls
- name: Clone tree-sitter-v to ~/.vmodules/tree_sitter_v
run: git clone --depth 1 https://github.com/nedpals/tree-sitter-v ~/.vmodules/tree_sitter_v
- name: Clone VLS tree-sitter
run: git clone --depth 1 --no-single-branch https://github.com/vlang/vls
- name: Checkout branch tree-sitter