From e3ad367b805edb7d44da5bbb150821ee36034369 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Wed, 6 Nov 2019 07:06:03 +0300 Subject: [PATCH] ci: disable vid build for now --- .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 ce573b12b3..6d520e602f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,10 +21,10 @@ jobs: run: ./v test v - name: Test v->js run: ./v -o hi.js examples/hello_v_js.v && node hi.js - - 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 . build-ubuntu: runs-on: ubuntu-18.04