]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: no clang on windows
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 19:30:48 +0000 (20:30 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Fri, 21 Feb 2020 19:30:48 +0000 (20:30 +0100)
.github/workflows/windows.yml

index 554587eede5855ab63c0a929bbb57dacf0b075e9..910431aded1ad1b3c3e56adb49d7115069fdfc36 100644 (file)
@@ -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