Skip to content

Commit 2d2d74c

Browse files
committed
Auto merge of #3192 - JohnTitor:libnghttp2-on-other-freebsds, r=JohnTitor
Install libnghttp2 on all FreeBSD jobs
2 parents 66171ee + 32715d2 commit 2d2d74c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ task:
33
freebsd_instance:
44
image_family: freebsd-12-4
55
setup_script:
6-
- pkg install -y curl
6+
- pkg install -y libnghttp2 curl
77
- curl https://sh.rustup.rs -sSf --output rustup.sh
88
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
99
- . $HOME/.cargo/env
@@ -17,7 +17,7 @@ task:
1717
freebsd_instance:
1818
image_family: freebsd-13-1
1919
setup_script:
20-
- pkg install -y curl
20+
- pkg install -y libnghttp2 curl
2121
- curl https://sh.rustup.rs -sSf --output rustup.sh
2222
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
2323
- . $HOME/.cargo/env

0 commit comments

Comments
 (0)