From 15dec1bfe8323b559f8602aa26fcaf16d62e2935 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Fri, 17 Nov 2023 20:46:41 +0800 Subject: [PATCH] Fix cirrus --- .cirrus.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index fed3e78..26d3dc8 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -25,9 +25,9 @@ build_task: script: - tzsetup Etc/GMT - adjkerntz -a - #- git clone --branch cabal-install-v3.6.2.0-p1 https://github.com/hasufell/cabal.git - #- cd cabal/ + - git clone --branch cabal-install-v3.6.2.0-p1 https://github.com/hasufell/cabal.git + - cd cabal/ - bash .github/scripts/build.sh binaries_artifacts: - path: "cabal/out/*" + path: "out/*"