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:
parent
f9fe5b60a7
commit
5a9a102491
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user