From e7c683f28a464e26517943ed63e4d0b4a8d6b0e3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 11:37:03 +0100 Subject: [PATCH] :art: Update --- .github/workflows/windows.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c965d51d..467feb06 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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 -- 2.43.0