From: Jérémie Astor Date: Fri, 6 Dec 2019 23:18:32 +0000 (+0100) Subject: :wrench: winaction? X-Git-Tag: nightly~2064 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=0f65eec5a7c41ca41057492eb2bd0fa104e76728;p=gwion.git :wrench: winaction? --- diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index bb6b31e1..2e0c6802 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -23,7 +23,7 @@ jobs: USE_DOUBLE: ${{ matrix.double }} CFLAGS: -fsanitize=address -fno-omit-frame-pointer LDFLAGS: -fsanitize=address -fno-omit-frame-pointer - run: make.exe USE_DOUBLE=${{ matrix.double }} + run: make.exe CC=x86_64-w64-mingw32 USE_DOUBLE=${{ matrix.double }} - name: make.exe test ${{ runner.temp }} env: VALGRIND: NO_VALGRIND