From 1756c0a6acb9d92ee869474f95f88ce07d256b88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Mon, 9 Dec 2019 12:10:44 +0100 Subject: [PATCH] :art: pPdate --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: | -- 2.43.0