From: Jérémie Astor Date: Sat, 7 Dec 2019 10:40:53 +0000 (+0100) Subject: :art: Update X-Git-Tag: nightly~2058 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e1b64246a959e226ca0cf7eda6516731067d4e29;p=gwion.git :art: Update --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 467feb06..e3b6c8de 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -19,7 +19,7 @@ jobs: USE_DOUBLE: ${{ matrix.double }} CFLAGS: -fsanitize=address -fno-omit-frame-pointer LDFLAGS: -fsanitize=address -fno-omit-frame-pointer - run: make CC=$(which gcc= USE_DOUBLE=${{ matrix.double }} + run: make CC=$(which gcc) USE_DOUBLE=${{ matrix.double }} - name: make test ${{ runner.temp }} env: VALGRIND: NO_VALGRIND