From b60d568122706a8d0352d9aa991fcd432c4fdf81 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 21 Feb 2020 19:42:11 +0100 Subject: [PATCH] :wrench v2 --- .github/workflows/linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8cbd9a95..122392f1 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,7 +21,7 @@ jobs: - name: Create testing directory run: mkdir ${{ runner.temp }}/test - - uses: fennecdjay/gwion-action@v1 + - uses: fennecdjay/gwion-action@v2 env: CC: ${{ matrix.cc }} USE_DOUBLE: ${{ matrix.double }} @@ -30,7 +30,7 @@ jobs: VALGRIND: NO_VALGRIND USE_MEMCHECK: 0 SEVERITY: 3 - GWION_TEST_DIR: ${{ runner.temp }}/test +# GWION_TEST_DIR: ${{ runner.temp }}/test # - uses: actions/checkout@v1 # - name: submodules # run: git submodule update --init util ast -- 2.43.0