mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: change "vid" to "ved" (#6876)
This commit is contained in:
parent
69bb0891c7
commit
268e3b5d15
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user