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

index f7cf3ee431f444510aa0b3831c5f1bebd1ff3c32..973af0eef0252c1dabed7fd2b1015aa70fb8ae4e 100644 (file)
@@ -24,10 +24,10 @@ jobs:
       env:
         VALGRIND: NO_VALGRIND
         SEVERITY: 3
-        test_dir: ${{ runner.temp }}/tmp/test
       run: |
         echo ${{ runner.temp }}
         mkdir ${{ runner.temp }}/tmp/test
         setx VALGRIND NO_VALGRIND
         setx SEVERITY 3
-        GWION_TEST_DIR=$ENV:test_dir make test
+        GWION_TEST_DIR=${{ runner.temp }}/tmp/test; export GWION_TEST_DIR
+        dir make test