1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: fix failing macos job for building V UI examples

This commit is contained in:
Delyan Angelov 2020-05-05 08:32:48 +03:00
parent f9fe5b60a7
commit 5a9a102491

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: