From: Jérémie Astor Date: Sat, 7 Dec 2019 13:09:26 +0000 (+0100) Subject: :art: Fix tuple printfxxx X-Git-Tag: nightly~2023 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2f51540123858a5ddb4345d63425fabb1aec8ce4;p=gwion.git :art: Fix tuple printfxxx --- 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