From 5a9a10249156295955c45e0d07cb46b0dc1472ef Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 5 May 2020 08:32:48 +0300 Subject: [PATCH] ci: fix failing macos job for building V UI examples --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: