ci: fix failing macos job for building V UI examples
parent
f9fe5b60a7
commit
5a9a102491
|
@ -105,9 +105,9 @@ jobs:
|
||||||
run: ./v test-fixed
|
run: ./v test-fixed
|
||||||
- name: Build V UI examples
|
- name: Build V UI examples
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
|
||||||
git clone --depth 1 https://github.com/vlang/ui
|
git clone --depth 1 https://github.com/vlang/ui
|
||||||
cd ui
|
cd ui
|
||||||
|
ln -s $(pwd) ~/.vmodules/ui
|
||||||
../v examples/rectangles.v
|
../v examples/rectangles.v
|
||||||
|
|
||||||
ubuntu:
|
ubuntu:
|
||||||
|
|
Loading…
Reference in New Issue