From 16cddbf0973e1ab6f6c80d1304bf32d19ac289c3 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Mon, 1 Jun 2020 19:15:51 +0300 Subject: [PATCH] ci: disable Vid job for now on macos --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bae02f4eab..9c0f184a36 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,10 +104,10 @@ jobs: run: ./v symlink && v -o v2 cmd/v # - name: Test vsh # run: ./v examples/v_script.vsh - - name: Test vid - run: | - git clone --depth 1 https://github.com/vlang/vid.git - cd vid && ../v -o vid . +## - name: Test vid +## run: | +## git clone --depth 1 https://github.com/vlang/vid.git +## cd vid && ../v -o vid . - name: Fixed tests run: ./v test-fixed - name: Build V UI examples