From 291160c32d01270408ed5648456f51dc2b37c91a Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Tue, 29 Dec 2020 21:23:22 +0100 Subject: [PATCH] ci: build-vbinaries on windows --- .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 d92be7e055..d6eddd7ffd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -549,8 +549,8 @@ jobs: ## v.js dosent work on windows #.\v.exe -o hi.js examples/hello_v_js.v #node hi.js -# - name: Test v binaries -# run: ./v build-vbinaries + - name: Test v binaries + run: ./v build-vbinaries - name: v2 self compilation run: .\v.exe -o v2.exe cmd/v && .\v2.exe -o v3.exe cmd/v