From fa9fa77a5f7620d43ea8316ea40c52626b415b00 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sun, 13 Jun 2021 23:50:54 +0300 Subject: [PATCH] ci: fix vls test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ad1c62174d..d4c9acde6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -798,7 +798,7 @@ jobs: ## vls - name: Clone VLS - run: git clone --depth 1 https://github.com/vlang/vls + run: git clone --depth 1 https://github.com/vlang/vls && git checkout master - name: Build VLS run: cd vls; ../v cmd/vls ; cd .. - name: Build VLS with -prod