Skip to content

Commit cbfd16e

Browse files
committed
CI: try fixing OpenBSD job
1 parent d6b58cb commit cbfd16e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ task:
1515
# See https://github.com/anarazel/pg-vm-images/blob/main/packer/openbsd.pkrvars.hcl
1616
image: family/pg-ci-openbsd-vanilla
1717
platform: openbsd
18-
install_script: pkg_add ghc cabal-install git autoconf-2.71
18+
install_script: pkg_add ghc cabal-install git autoconf-2.72
1919
script:
20-
- export AUTOCONF_VERSION=2.71
20+
- export AUTOCONF_VERSION=2.72
2121
- export CABAL_DIR=/tmp/.cabal
2222
- ghc --version
2323
- cabal --version

0 commit comments

Comments
 (0)