From a61e126ead73c3001b47be1356af994bc8a087d0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 00:21:31 +0100 Subject: [PATCH] :wrench: winaction? --- .github/workflows/win.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 2e0c6802..c965d51d 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -16,15 +16,15 @@ jobs: - uses: actions/checkout@v1 - name: submodules run: git submodule update --init util ast - - name: deps - run: choco install make +# - 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.exe CC=x86_64-w64-mingw32 USE_DOUBLE=${{ matrix.double }} - - name: make.exe test ${{ runner.temp }} + run: make CC=gcc USE_DOUBLE=${{ matrix.double }} + - name: make test ${{ runner.temp }} env: VALGRIND: NO_VALGRIND USE_MEMCHECK: 0 -- 2.43.0