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:
parent
8082261278
commit
fa9fa77a5f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
Block a user