From: Jérémie Astor Date: Fri, 3 Apr 2020 00:55:21 +0000 (+0200) Subject: :wrench: Fix windows plugin test X-Git-Tag: nightly~1718 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=a7e4bb58989903532a87b3dc5c068446678bc95c;p=gwion.git :wrench: Fix windows plugin test --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 77e418e9..977c4f49 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -26,4 +26,4 @@ jobs: CC: gcc USE_DOUBLE: ${{ matrix.double }} BUILD_ON_WINDOWS: 1 - - run: make test + - run: make CC=${CC} test