From 3c0502bbdf5e9722bd8f9ab38c278b1e7cced6ad Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 23 Dec 2019 12:09:10 +0100 Subject: [PATCH] :wrench: Try to fix windows test, again and again --- .github/workflows/windows.yml | 1 - 1 file changed, 1 deletion(-) 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 -- 2.43.0