From: Jérémie Astor Date: Fri, 3 Apr 2020 01:05:17 +0000 (+0200) Subject: :wrench: Fix windows plugin test ... X-Git-Tag: nightly~1717 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=32ced3d82acb736ac6913b284855615e7fa969c3;p=gwion.git :wrench: Fix windows plugin test ... --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 977c4f49..9a790008 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,9 +21,8 @@ jobs: with: dir: . ref: ${{ github.sha }} -# run: true + run: true env: CC: gcc USE_DOUBLE: ${{ matrix.double }} BUILD_ON_WINDOWS: 1 - - run: make CC=${CC} test