]> Nishi Git Mirror - gwion.git/commitdiff
:art: Update
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 7 Dec 2019 10:37:03 +0000 (11:37 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 7 Dec 2019 10:37:03 +0000 (11:37 +0100)
.github/workflows/windows.yml

index c965d51d47898f83361b03c590358c0749a5a1f7..467feb064f6768a466f98642f323c31bddb6f698 100644 (file)
@@ -11,19 +11,15 @@ jobs:
         double: [0, 1]
 
     steps:
-    - name: compiler
-      run: gcc -v
     - uses: actions/checkout@v1
     - name: submodules
       run: git submodule update --init util ast
-#    - name: deps
-#      run: choco install make
     - name: make
       env:
          USE_DOUBLE: ${{ matrix.double }}
          CFLAGS: -fsanitize=address -fno-omit-frame-pointer
          LDFLAGS: -fsanitize=address -fno-omit-frame-pointer
-      run: make CC=gcc USE_DOUBLE=${{ matrix.double }}
+      run: make CC=$(which gcc= USE_DOUBLE=${{ matrix.double }}
     - name: make test ${{ runner.temp }}
       env:
         VALGRIND: NO_VALGRIND