From: Jérémie Astor Date: Fri, 21 Feb 2020 18:29:25 +0000 (+0100) Subject: :wrench: Try new action, with ref X-Git-Tag: nightly~1818 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=8ec2cd04387ac1f66d2952611069435d808d24c3;p=gwion.git :wrench: Try new action, with ref --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 2e392d0d..43e7fa9c 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -21,7 +21,7 @@ jobs: - name: Create testing directory run: mkdir GWION_TEST_DIR=${{ runner.temp }}/test - - uses: fennecdjay/gwion-action + - uses: fennecdjay/gwion-action@v1 env: CC: ${{ matrix.cc }} USE_DOUBLE: ${{ matrix.double }}