From: Jérémie Astor Date: Mon, 23 Dec 2019 11:09:10 +0000 (+0100) Subject: :wrench: Try to fix windows test, again and again X-Git-Tag: nightly~1971 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=3c0502bbdf5e9722bd8f9ab38c278b1e7cced6ad;p=gwion.git :wrench: Try to fix windows test, again and again --- diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5d1bb14e..11b8ff65 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -23,7 +23,6 @@ jobs: - name: Export Script Parameter run: | echo "::set-env name=test_dir::${{ runner.temp }}" - echo "::set-env name=VALGRIND=NO_VALGRIND::${{ runner.temp }}" echo "export GWION_TEST_DIR=${{ runner.temp }}" > ~/.bashrc echo "export GWION_TEST_DIR=${{ runner.temp }}" > ~/.bashenv echo "export VALGRIND=NO_VALGRIND" >> ~/.bashrc