From 0ba133a0bd1e41efa1c914e50d80b3270d52db29 Mon Sep 17 00:00:00 2001 From: Remo <59358383+monacoremo@users.noreply.github.com> Date: Wed, 8 Sep 2021 19:00:15 +0200 Subject: [PATCH] ci: Fix FreeBSD build --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 716ba6d14..5521f840b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,12 +7,12 @@ build_task: stack_cache: folders: /.stack - fingerprint_script: cat stack.yaml.lock + fingerprint_script: cat postgrest.cabal stack.yaml.lock reupload_on_changes: false stack_work_cache: folders: .stack-work - fingerprint_script: cat stack.yaml.lock + fingerprint_script: cat postgrest.cabal stack.yaml.lock reupload_on_changes: false build_script: stack build -j 1 --local-bin-path . --copy-bins