From bc977f8d4a86c8e7f4b7a0403a724d0ff6b48bf5 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 17 Feb 2020 12:44:55 +0100 Subject: [PATCH] ci: test prebuilt windows package --- .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 549e565be5..322d9875e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,11 +176,11 @@ jobs: ls - name: Test V run: | - exit ./v.exe -o hi.exe examples/hello_world.v + echo "ls:" ls ./hi.exe - ./v.exe -silent build-examples + #./v.exe -silent build-examples ubuntu-musl: runs-on: ubuntu-18.04