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

ci: fix vls test

This commit is contained in:
Alexander Medvednikov 2021-06-13 23:50:54 +03:00
parent 8082261278
commit fa9fa77a5f

View File

@ -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