From 06260dc62c29fa2a2cf0eb09e7f130cc4cb32a63 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 12:53:37 +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 60df5c60..759e3873 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -25,7 +25,7 @@ jobs: VALGRIND: NO_VALGRIND USE_MEMCHECK: 0 SEVERITY: 3 - GWION_TEST_DIR: ${{ runner.temp }}/tmp/test run: | mkdir ${{ runner.temp }}/tmp/test - GWION_TEST_DIR=${{ runner.temp }}/tmp/test make test + set GWION_TEST_DIR ${{ runner.temp }}/tmp/test + test make test -- 2.43.0