From: Jérémie Astor Date: Mon, 2 Mar 2020 11:29:00 +0000 (+0100) Subject: :wrench: ls options X-Git-Tag: nightly~1726^2~56 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=091e95079945e157325045af3f6c6baf2a6ccb4a;p=gwion.git :wrench: ls options --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8a29c93f..9bf4888b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -26,4 +26,6 @@ jobs: USE_DOUBLE: ${{ matrix.double }} BUILD_ON_WINDOWS: 1 - run: echo ./Gwion/gwion.exe -h - - run: ./Gwion/gwion.exe -h + - run: ./Gwion/gwion.exe -h || true + - run: gwion -h || true + - run: gwion.exe -h || true