From: Jérémie Astor Date: Fri, 21 Feb 2020 19:30:48 +0000 (+0100) Subject: :wrench: no clang on windows X-Git-Tag: nightly~1802 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=36d55e018e562a882f3ff07a387b14b14fdd8bbb;p=gwion.git :wrench: no clang on windows --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 554587ee..910431ad 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -13,7 +13,6 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" strategy: matrix: - cc: [gcc, clang] double: [0, 1] steps: @@ -23,7 +22,6 @@ jobs: use: ${{ matrix.double }} run: true env: - CC: ${{ matrix.cc }} CFLAGS: -fsanitize=address -fno-omit-frame-pointer LDFLAGS: -fsanitize=address -fno-omit-frame-pointer VALGRIND: NO_VALGRIND