From: Jérémie Astor Date: Sat, 7 Dec 2019 10:37:03 +0000 (+0100) Subject: :art: Update X-Git-Tag: nightly~2059 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e7c683f28a464e26517943ed63e4d0b4a8d6b0e3;p=gwion.git :art: Update --- 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