From: Jérémie Astor Date: Mon, 9 Dec 2019 10:57:21 +0000 (+0100) Subject: :art: Fix tuple printfxxx X-Git-Tag: nightly~2009 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=cb53063ab270823db5d6e2e4ef745e36e3368cf8;p=gwion.git :art: Fix tuple printfxxx --- 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 }}