From 2f51540123858a5ddb4345d63425fabb1aec8ce4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sat, 7 Dec 2019 14:09:26 +0100 Subject: [PATCH] :art: Fix tuple printfxxx --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index b2190ae5..f4266fca 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -22,7 +22,7 @@ jobs: run: make CC=$(which gcc) USE_DOUBLE=${{ matrix.double }} - name: Export Script Parameter run: | - echo "::set-env name=test_dir::${{ runner.temp }}/test" + echo "::set-env name=test_dir::${{ runner.temp }}\test" echo "::set-env name=VALGRIND::NO_VALGRIND" echo "::set-env name=SEVERITY::3" - name: test -- 2.43.0