From: Jérémie Astor Date: Fri, 17 Jan 2020 13:06:07 +0000 (+0100) Subject: more on caching X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=80ebed6aea9d599853905bedfbde2468a2d7c7b9;p=gwion.git more on caching --- diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3146482..04a0b69b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,10 @@ jobs: if: steps.mdr-bin.outputs.cache-hit == 'true' run: | if [ $(git rev-parse HEAD) = $(git ls-remote https://github.com/fennecdjay/mdr.git HEAD | cut -f1) ] - then exit 0 + then + cd mdr + cabal install + exit 0 fi cd mdr git pull