ci: fix vls test

pull/10451/head
Alexander Medvednikov 2021-06-13 23:50:54 +03:00
parent 8082261278
commit fa9fa77a5f
1 changed files with 1 additions and 1 deletions

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