From 4541f29019ca30dbb5a195224544a952ae36dda0 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Sat, 28 Mar 2020 09:12:16 +0100 Subject: [PATCH] ci: install V UI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4676345ff..f495dcde58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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