]> Nishi Git Mirror - gwion.git/commitdiff
fix build (?)
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 21 Sep 2020 22:15:49 +0000 (00:15 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 21 Sep 2020 22:15:49 +0000 (00:15 +0200)
.github/workflows/build.yml

index ad44c526989600be04299a856b62a4d15cb27926..62a6e1c1fbc32ff0348d618f50651b2ce5cf1159 100644 (file)
@@ -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: |