mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix path to V UI examples
This commit is contained in:
parent
92d9569d5d
commit
2d446aa2ce
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -215,7 +215,7 @@ jobs:
|
|||||||
mkdir -p ~/.vmodules
|
mkdir -p ~/.vmodules
|
||||||
ln -s $(pwd) ~/.vmodules/ui
|
ln -s $(pwd) ~/.vmodules/ui
|
||||||
../v examples/rectangles.v
|
../v examples/rectangles.v
|
||||||
../v run ./build_examples.vsh
|
../v run examples/build_examples.vsh
|
||||||
|
|
||||||
ubuntu:
|
ubuntu:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
|
Loading…
Reference in New Issue
Block a user