diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1f7ff799f..f4676345ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,6 +123,8 @@ jobs: run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd .. - 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 .. - name: Freestanding run: ./v -freestanding -o bare vlib/os/bare/bare_example_linux.v - name: v2 self compilation