From: Jérémie Astor Date: Mon, 21 Sep 2020 22:15:49 +0000 (+0200) Subject: fix build (?) X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=e1bd88334342b0e0e1cf81a55e07369f2925f243;p=gwion.git fix build (?) --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ad44c526..62a6e1c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -22,13 +22,6 @@ jobs: path: mdr key: ${{ runner.os }}-mdr - - uses: actions/cache@v1 - name: Results [ cache ] - id: results - with: - path: benchmark/results - key: ${{ runner.os }}-results - - name: Mdr if: steps.mdr-bin.outputs.cache-hit != 'true' run: | @@ -81,7 +74,7 @@ jobs: run: | git submodule update --init gwion-benchmark cd gwion-benchmark - git pull + git pull origin results - name: Build book run: |