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

index 973af0eef0252c1dabed7fd2b1015aa70fb8ae4e..a3cfe9df77fb13546bc6f1fd1d7e63774b31e39c 100644 (file)
@@ -29,5 +29,7 @@ jobs:
         mkdir ${{ runner.temp }}/tmp/test
         setx VALGRIND NO_VALGRIND
         setx SEVERITY 3
-        GWION_TEST_DIR=${{ runner.temp }}/tmp/test; export GWION_TEST_DIR
-        dir make test
+        setx GWION_TEST_DIR ${{ runner.temp }}/tmp/test
+        export GWION_TEST_DIR
+        echo $GWION_TEST_FIR
+        make test