diff --git a/.cirrus.yml b/.cirrus.yml index 6e82bd7d1..de3d8ef34 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -1,5 +1,5 @@ freebsd_instance: - image: freebsd-12-1-release-amd64 + image: freebsd-12-2-release-amd64 build_task: env: @@ -10,6 +10,7 @@ build_task: folder: /var/cache/pkg install_script: + # - pkg update - pkg install -y postgresql95-client ghc hs-cabal-install jq git # cache the hackage index file and downloads which are @@ -67,4 +68,4 @@ build_task: -H "Authorization:token $TOKEN" \ -H "Content-Type:application/octet-stream" \ "https://uploads.github.com/repos/$CIRRUS_REPO_FULL_NAME/releases/$release_id/assets?name=$bin_name" - fi \ No newline at end of file + fi