ci: fix vls test
parent
8082261278
commit
fa9fa77a5f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue