From afec6d76a2d9bf39dc7a9becc9ee5c53837e7440 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 13:22:25 +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 f7cf3ee4..973af0ee 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 VALGRIND NO_VALGRIND setx SEVERITY 3 - GWION_TEST_DIR=$ENV:test_dir make test + GWION_TEST_DIR=${{ runner.temp }}/tmp/test; export GWION_TEST_DIR + dir make test -- 2.43.0