From 503a624cc97ef54a482fa29bc811bd50a0802978 Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Mon, 17 Feb 2020 13:37:57 +0100 Subject: [PATCH] ci: fix windows cmd syntax --- .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 322d9875e7..2e74ed140b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,10 +176,10 @@ jobs: ls - name: Test V run: | - ./v.exe -o hi.exe examples/hello_world.v + v.exe -o hi.exe examples/hello_world.v echo "ls:" ls - ./hi.exe + hi.exe #./v.exe -silent build-examples ubuntu-musl: