mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +00:00
CI: update freebsd pkg install command
This commit is contained in:
parent
1951051e3d
commit
902dc8c721
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ set -x
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
sudo pkg update -fq
|
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)"
|
ZIGDIR="$(pwd)"
|
||||||
CACHE_BASENAME="zig+llvm+lld+clang-x86_64-freebsd-gnu-0.9.1"
|
CACHE_BASENAME="zig+llvm+lld+clang-x86_64-freebsd-gnu-0.9.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue