From 902dc8c721c762bc5d1b9786bad47b21da45042c Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Thu, 30 Jun 2022 17:57:00 -0700 Subject: [PATCH] CI: update freebsd pkg install command --- ci/srht/freebsd_script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/srht/freebsd_script b/ci/srht/freebsd_script index 8a48097b9d..3a10cccadf 100755 --- a/ci/srht/freebsd_script +++ b/ci/srht/freebsd_script @@ -4,7 +4,7 @@ set -x set -e sudo pkg update -fq -sudo pkg install -y cmake py38-s3cmd wget curl jq samurai +sudo pkg install -y cmake py39-s3cmd wget curl jq samurai ZIGDIR="$(pwd)" CACHE_BASENAME="zig+llvm+lld+clang-x86_64-freebsd-gnu-0.9.1"