ci: fix failing macos job for building V UI examples

pull/4727/head
Delyan Angelov 2020-05-05 08:32:48 +03:00
parent f9fe5b60a7
commit 5a9a102491
1 changed files with 1 additions and 1 deletions

View File

@ -105,9 +105,9 @@ jobs:
run: ./v test-fixed
- name: Build V UI examples
run: |
cd ..
git clone --depth 1 https://github.com/vlang/ui
cd ui
ln -s $(pwd) ~/.vmodules/ui
../v examples/rectangles.v
ubuntu: