mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: macos ui job, ensure that ~/.vmodules/ exists.
This commit is contained in:
parent
507e457c0a
commit
8a7aa1eb3b
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -107,6 +107,7 @@ jobs:
|
||||
run: |
|
||||
git clone --depth 1 https://github.com/vlang/ui
|
||||
cd ui
|
||||
mkdir -p ~/.vmodules
|
||||
ln -s $(pwd) ~/.vmodules/ui
|
||||
../v examples/rectangles.v
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user