From 268e3b5d156195c8c8e01d51930fa6b7a04d87b9 Mon Sep 17 00:00:00 2001 From: Lukas Neubert Date: Thu, 19 Nov 2020 16:22:51 +0100 Subject: [PATCH] ci: change "vid" to "ved" (#6876) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab648773af..d64fb29f2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,10 +176,10 @@ jobs: run: ./v -os linux cmd/v # - name: Test vsh # run: ./v examples/v_script.vsh - - name: Test vid + - name: Test ved run: | - git clone --depth 1 https://github.com/vlang/vid - cd vid && ../v -o vid . + git clone --depth 1 https://github.com/vlang/ved + cd ved && ../v -o ved . - name: Build V UI examples run: | git clone --depth 1 https://github.com/vlang/ui