From: Jérémie Astor Date: Sat, 7 Dec 2019 13:51:57 +0000 (+0100) Subject: :art: Fix tuple printfxxx X-Git-Tag: nightly~2014 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2eb3ab9c11258907e9cdbe5c19a7b0b63e539866;p=gwion.git :art: Fix tuple printfxxx --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6e0c8a0e..c2c93307 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,8 +23,6 @@ jobs: - name: Export Script Parameter run: | echo "::set-env name=test_dir::${{ runner.temp }}" - mkdir ${{ runner.temp }} - ls ${{ env.test_dir }} - name: test run: | - make separator='\' VALGRIND=NO_VALGRIND SEVERITY=3 GWION_TEST_DIR=${{ env.test_dir }} CC=$(which gcc) test + make separator='\' VALGRIND=NO_VALGRIND SEVERITY=3 GWION_TEST_DIR=${{ runner.temp }} CC=$(which gcc) test