From 829fed4af00f348cbb6ed74f6fca1b9426ff1956 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 5 Apr 2022 08:02:47 +0300 Subject: [PATCH] ci: build vpm again --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index df3ab6cb2c..55b3d9a9e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -261,8 +261,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 vpm - # run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd .. + - name: Build vpm + run: git clone --depth 1 https://github.com/vlang/vpm && cd vpm && ../v . && cd .. - name: Freestanding run: ./v -freestanding run vlib/os/bare/bare_example_linux.v - name: V self compilation