From 46148760cc43ca4d01717bfcf3feafd353202ff5 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 14 Jun 2021 14:50:33 +0300 Subject: [PATCH] ci: fix v-apps-compile by adding a 'Clone tree-sitter-v' task too --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d9f0d64509..148cf1f4cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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