From 97000188ea7005c5b979e9b7d46c3c1eb609b578 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 10 Jan 2020 14:06:28 +0100 Subject: [PATCH] :wrench: Use gwion.exe [no quotes] (windows) --- .github/workflows/windows.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index ac870055..70a22f65 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -37,5 +37,4 @@ jobs: run: | mkdir tmp $env:GWION_TEST_DIR="." - bash -c "export VALGRIND=NO_VALGRIND; export SEVERITY=3; export PRG=./gwion.exe make test" - ls + bash -c "export VALGRIND=NO_VALGRIND; export SEVERITY=3; export PRG=./gwion.exe; make test" -- 2.43.0