From 32715d27062586ff5f653a4b05ab0864353c5f95 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Sun, 9 Apr 2023 14:56:04 +0900 Subject: Install libnghttp2 on all FreeBSD jobs Signed-off-by: Yuki Okushi --- .cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.cirrus.yml') diff --git a/.cirrus.yml b/.cirrus.yml index fb152bab0f..f262e22339 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -3,7 +3,7 @@ task: freebsd_instance: image_family: freebsd-12-4 setup_script: - - pkg install -y curl + - pkg install -y libnghttp2 curl - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh --default-toolchain nightly -y --profile=minimal - . $HOME/.cargo/env @@ -17,7 +17,7 @@ task: freebsd_instance: image_family: freebsd-13-1 setup_script: - - pkg install -y curl + - pkg install -y libnghttp2 curl - curl https://sh.rustup.rs -sSf --output rustup.sh - sh rustup.sh -y --default-toolchain nightly --profile=minimal - . $HOME/.cargo/env -- cgit v1.2.1