From bd4ddd083e85496532fed084e1ed7c0c2134f9aa Mon Sep 17 00:00:00 2001 From: steve-chavez Date: Sun, 8 Nov 2020 20:44:21 -0500 Subject: [PATCH] cirrus: fix 3 --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index b215d178b5..4ce4577b17 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -10,7 +10,7 @@ build_task: folder: /var/cache/pkg install_script: - - pkg install -y postgresql95-client ghc hs-cabal-install + - pkg install -y postgresql95-client ghc hs-cabal-install jq # cache the hackage index file and downloads which are # cabal v2-update downloads an incremental update, so we don't need to keep this up2date