diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5065fc9b17..2e0cb6b8f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,6 +143,8 @@ jobs: ## run: ./v -o hi.js examples/hello_v_js.v && node hi.js # - name: Build Vorum # run: git clone --depth 1 https://github.com/vlang/vorum && cd vorum && ../v . && cd .. + - name: Build Gitly + run: git clone --depth 1 https://github.com/vlang/gitly && cd gitly && ../v . && cd .. # - name: Build vpm # run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd .. # - name: Build V UI examples