commit c47028cd025f4ce405a9395fa979ff14a3e6349a (tree)
parent 4f9c928e5623b291af83cefe0a63ce2226e51dbe
Author: Luna <git@l4.pm>
Date: Sun, 2 May 2021 16:03:13 -0300
ci: freebsd: use py38-s3cmd
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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 py37-s3cmd wget curl jq samurai
+sudo pkg install -y cmake py38-s3cmd wget curl jq samurai
ZIGDIR="$(pwd)"
CACHE_BASENAME="zig+llvm+lld+clang-x86_64-freebsd-gnu-0.8.0-dev.1939+5a3ea9bec"