mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI tweak: upgrade curl on FreeBSD to avoid cert expiration
This commit is contained in:
parent
9eb2696895
commit
eadb8648e6
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ set -x
|
|||
|
||||
env ASSUME_ALWAYS_YES=YES pkg bootstrap
|
||||
pkg install -y bash git cmake swig bison python3 base64
|
||||
pkg upgrade -y curl
|
||||
pyver=`python3 -c 'import sys; print(f"py{sys.version_info[0]}{sys.version_info[1]}")'`
|
||||
pkg install -y $pyver-sqlite3 $pyver-pip
|
||||
pip install junit2html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue