From fee937bc1b1098a55430e355110aa8f4d4c37d76 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 19 Jan 2020 18:40:16 +0100 Subject: [PATCH] caching --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cb86b4c..eb506930 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,7 +42,6 @@ jobs: fi cabal install - - name: Gwion [ cache ] - uses: actions/cache@v1 id: gwion-bin with: @@ -70,7 +69,6 @@ jobs: fi cp gwion .. - - name: wren [ cache ] - uses: actions/cache@v1 id: wren with: -- 2.43.0