ci: freebsd: use py37-s3cmd

This commit is contained in:
Luna 2020-12-30 23:03:23 -03:00 committed by Jakub Konka
parent 3f7d9b5fc1
commit 7550af0d4c

View File

@ -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"