diff --git a/.cirrus.yml b/.cirrus.yml index 0ac21bf0d..fdabfdcdd 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -4,7 +4,7 @@ FreeBSD_task: image_family: freebsd-12-2 only_if: $CIRRUS_BRANCH =~ 'master|next' install_script: - - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat + - pkg update -f && pkg upgrade -y && pkg install -y openssl git gmake lua53 socat pcre script: - git clone https://github.com/VTest/VTest.git ../vtest - make -C ../vtest