ci: fix vls test
parent
8082261278
commit
fa9fa77a5f
|
@ -798,7 +798,7 @@ jobs:
|
||||||
|
|
||||||
## vls
|
## vls
|
||||||
- name: Clone 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
|
- name: Build VLS
|
||||||
run: cd vls; ../v cmd/vls ; cd ..
|
run: cd vls; ../v cmd/vls ; cd ..
|
||||||
- name: Build VLS with -prod
|
- name: Build VLS with -prod
|
||||||
|
|
Loading…
Reference in New Issue