ci: install V UI

pull/4143/head
Alexander Medvednikov 2020-03-28 09:12:16 +01:00
parent 479d5d676e
commit 4541f29019
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ jobs:
- name: Build vpm
run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd ..
- name: Build V UI examples
run: git clone --depth 1 https://github.com/vlang/ui && cd ui && ../v examples/calculator.v && cd ..
run: ./v install ui && git clone --depth 1 https://github.com/vlang/ui && cd ui && ../v examples/calculator.v && cd ..
- name: Freestanding
run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v
- name: v2 self compilation