From: Jérémie Astor Date: Sat, 7 Dec 2019 13:48:46 +0000 (+0100) Subject: :art: Fix tuple printfxxx X-Git-Tag: nightly~2015 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=861fb894d81a01d116c689861136de69b5ec7087;p=gwion.git :art: Fix tuple printfxxx --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 8fdb52f4..6e0c8a0e 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 }}" - mkdir ${{ env.test_dir }} + mkdir ${{ runner.temp }} ls ${{ env.test_dir }} - name: test run: |