From: Jérémie Astor Date: Fri, 21 Feb 2020 18:42:11 +0000 (+0100) Subject: :wrench v2 X-Git-Tag: nightly~1815 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=b60d568122706a8d0352d9aa991fcd432c4fdf81;p=gwion.git :wrench v2 --- 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