From: Jérémie Astor Date: Sat, 7 Dec 2019 12:42:35 +0000 (+0100) Subject: :art: Fix tuple printfxxx X-Git-Tag: nightly~2029 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e4a5e9fe9718ad2de08ae69e7503885bb5a17c59;p=gwion.git :art: Fix tuple printfxxx --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a536ddd4..3e7ce1af 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -21,7 +21,7 @@ jobs: USE_DOUBLE: ${{ matrix.double }} run: make CC=$(which gcc) USE_DOUBLE=${{ matrix.double }} - name: prepare - run: set GWION_TEST_DIR=${{ runner.temp }}/tmp/test + run: setx GWION_TEST_DIR ${{ runner.temp }}/tmp/test - name: test env: VALGRIND: NO_VALGRIND