From cb53063ab270823db5d6e2e4ef745e36e3368cf8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 9 Dec 2019 11:57:21 +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 c1c057bc..a5292184 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,7 +23,7 @@ jobs: - name: Export Script Parameter run: | echo "::set-env name=test_dir::${{ runner.temp }}" - echo "export GWION_TEST_DIR=${{ runner.temp }} > ~/.bashrc + echo "export GWION_TEST_DIR=${{ runner.temp }}" > ~/.bashrc - name: test run: | ls ${{ runner.temp }} -- 2.43.0