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