]> Nishi Git Mirror - gwion.git/commitdiff
:art: Fix tuple printfxxx
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 7 Dec 2019 13:48:46 +0000 (14:48 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sat, 7 Dec 2019 13:48:46 +0000 (14:48 +0100)
.github/workflows/windows.yml

index 8fdb52f4c7f35503a38d9277f776a13f9609bcf4..6e0c8a0eb4f45fceead28dbb78ce41b6f9f55291 100644 (file)
@@ -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: |