We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66171ee + 32715d2 commit 2d2d74cCopy full SHA for 2d2d74c
.cirrus.yml
@@ -3,7 +3,7 @@ task:
3
freebsd_instance:
4
image_family: freebsd-12-4
5
setup_script:
6
- - pkg install -y curl
+ - pkg install -y libnghttp2 curl
7
- curl https://sh.rustup.rs -sSf --output rustup.sh
8
- sh rustup.sh --default-toolchain nightly -y --profile=minimal
9
- . $HOME/.cargo/env
@@ -17,7 +17,7 @@ task:
17
18
image_family: freebsd-13-1
19
20
21
22
- sh rustup.sh -y --default-toolchain nightly --profile=minimal
23
0 commit comments