From: Jérémie Astor Date: Mon, 2 Mar 2020 09:38:42 +0000 (+0100) Subject: :wrench: Windows: just try ./gwion -h X-Git-Tag: nightly~1726^2~65 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8e5106b86e03ca63fe71d2e6d6285b6ad8e2979b;p=gwion.git :wrench: Windows: just try ./gwion -h --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 61954c3c..3d5ffcdd 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,8 +20,9 @@ jobs: uses: fennecdjay/gwion-action@v1 with: ref: ${{ github.sha }} - run: true +# run: true env: CC: gcc USE_DOUBLE: ${{ matrix.double }} BUILD_ON_WINDOWS: 1 + - run: ./Gwion/gwion -h