From: Jérémie Astor Date: Mon, 2 Mar 2020 10:02:42 +0000 (+0100) Subject: :wrench: ls options X-Git-Tag: nightly~1726^2~58 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=f8dc3257fd42771ac6bb3be46bd5ebe2b1feeaae;p=gwion.git :wrench: ls options --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 484ad335..72d6a3d2 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,6 +25,6 @@ jobs: CC: gcc USE_DOUBLE: ${{ matrix.double }} BUILD_ON_WINDOWS: 1 - - run: which gwion; ls Gwion; ls -al Gwion/gwion.exe + - run: which gwion; ls Gwion; ls -l Gwion/gwion.exe - run: echo ./Gwion/gwion.exe -h - run: ./Gwion/gwion.exe -h