From: Jérémie Astor Date: Fri, 10 Jan 2020 13:06:28 +0000 (+0100) Subject: :wrench: Use gwion.exe [no quotes] (windows) X-Git-Tag: nightly~1955 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=97000188ea7005c5b979e9b7d46c3c1eb609b578;p=gwion.git :wrench: Use gwion.exe [no quotes] (windows) --- 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"