From 7f550a32e91a1af7b01b75e594b7f33ac2a39276 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 13:55:48 +0100 Subject: [PATCH] :art: Fix tuple printfxxx --- .github/workflows/windows.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 3e7ce1af..e1a60ac3 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -20,8 +20,9 @@ jobs: BUILD_ON_WINDOWS: 1 USE_DOUBLE: ${{ matrix.double }} run: make CC=$(which gcc) USE_DOUBLE=${{ matrix.double }} - - name: prepare - run: setx GWION_TEST_DIR ${{ runner.temp }}/tmp/test + - name: Export Script Parameter + run: | + echo "::set-env name=test_dir::${{ runner.temp }}/test" - name: test env: VALGRIND: NO_VALGRIND @@ -32,4 +33,4 @@ jobs: set VALGRIND=NO_VALGRIND set SEVERITY=3 echo $GWION_TEST_DIR - make test + make SEVERITY=3 GWION_TEST_DIR=${{ env.test_dir }} test -- 2.43.0