Commit 7550af0d4c

Luna <git@l4.pm>
2020-12-31 03:03:23
ci: freebsd: use py37-s3cmd
1 parent 3f7d9b5
Changed files (1)
ci/srht/freebsd_script
@@ -4,7 +4,7 @@ set -x
 set -e
 
 sudo pkg update -fq
-sudo pkg install -y cmake py27-s3cmd wget curl jq
+sudo pkg install -y cmake py37-s3cmd wget curl jq
 
 ZIGDIR="$(pwd)"
 CACHE_BASENAME="llvm+clang+lld-11.0.0-x86_64-freebsd-release"