diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17edc32c44..e366ee50c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: