From 15d32782ea0317a87619cceac0a6ed710510cda7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 13:20:12 +0100 Subject: [PATCH] :art: Fix tuple printfxxx --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index c268e337..f7cf3ee4 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -24,10 +24,10 @@ jobs: env: VALGRIND: NO_VALGRIND SEVERITY: 3 + test_dir: ${{ runner.temp }}/tmp/test run: | echo ${{ runner.temp }} mkdir ${{ runner.temp }}/tmp/test - setx GWION_TEST_DIR ${{ runner.temp }}/tmp/test setx VALGRIND NO_VALGRIND setx SEVERITY 3 - make test; exit 0 + GWION_TEST_DIR=$ENV:test_dir make test -- 2.43.0