Blah
This commit is contained in:
parent
64eaa720c0
commit
761e59f322
2
.github/scripts/cabal-cache.sh
vendored
2
.github/scripts/cabal-cache.sh
vendored
@ -25,7 +25,7 @@ cabal --version
|
|||||||
|
|
||||||
cabal update
|
cabal update
|
||||||
|
|
||||||
git clone --single-branch --branch main https://github.com/haskell-works/cabal-cache.git
|
git clone --single-branch --branch fix-sync-to-archive https://github.com/hasufell/cabal-cache.git
|
||||||
cd cabal-cache
|
cd cabal-cache
|
||||||
|
|
||||||
if [ "${DISTRO}" = "Alpine" ] ; then
|
if [ "${DISTRO}" = "Alpine" ] ; then
|
||||||
|
1
.github/workflows/cabal-cache.yaml
vendored
1
.github/workflows/cabal-cache.yaml
vendored
@ -1,5 +1,6 @@
|
|||||||
name: Cabal cache
|
name: Cabal cache
|
||||||
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
|
Loading…
Reference in New Issue
Block a user