From: Jérémie Astor Date: Mon, 9 Dec 2019 11:10:44 +0000 (+0100) Subject: :art: pPdate X-Git-Tag: nightly~2006 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=1756c0a6acb9d92ee869474f95f88ce07d256b88;p=gwion.git :art: pPdate --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 7a24201a..86f89134 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 }}" - echo "::set-env VALGRIND=NO_VALGRIND::${{ runner.temp }}" + echo "::set-env name=VALGRIND=NO_VALGRIND::${{ runner.temp }}" echo "export GWION_TEST_DIR=${{ runner.temp }}" > ~/.bashrc - name: test run: |