From 28c83f3f43d0237d56d699bdc281818b52e78585 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 17 Feb 2020 15:19:45 +0100 Subject: [PATCH] ci: windows fix --- .github/workflows/ci.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 507d24ddd8..202b09530f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -178,10 +178,12 @@ jobs: - name: Test V shell: bash run: | - echo "dir:" + echo "ls:" ls - ./v.exe -o hi.exe examples/hello_world.v - ./hi.exe + echo "ls examples/:" + ls examples + .\v.exe -o hi.exe examples/hello_world.v + .\hi.exe #./v.exe -silent build-examples ubuntu-musl: