Skip to content

Commit be5f850

Browse files
committed
attempt to use latest repository content
1 parent b7e08bd commit be5f850

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.cirrus.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ freebsd_instance:
66
image_family: freebsd-13-0
77

88
task:
9-
install_script: pkg install -y autoconf gmake \
9+
install_script:
10+
- sed -i -e 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
11+
- pkg upgrade -y
12+
- pkg install -y autoconf gmake \
1013
re2c libgd icu4c libiconv libpng freetype2 \
1114
enchant2 bzip2 t1lib libgd gmp tidyp libxml2 \
1215
libxlst postresql96-client

0 commit comments

Comments
 (0)