From ed27018c8c261b588353a625a0ee8978ba7906ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 13:13:21 +0100 Subject: [PATCH] :art: Fix tuple printfxxx --- .github/workflows/windows.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index fc0dffaa..4831a318 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,7 +28,7 @@ jobs: run: | echo ${{ runner.temp }} mkdir ${{ runner.temp }}/tmp/test - set GWION_TEST_DIR ${{ runner.temp }}/tmp/test - set VALGRIND NO_VALGRIND - set SEVERITY 3 + setx GWION_TEST_DIR ${{ runner.temp }}/tmp/test + setx VALGRIND NO_VALGRIND + setx SEVERITY 3 make test -- 2.43.0