Skip to content

Commit 3f6f362

Browse files
committed
[DEBUG] Try openssl
1 parent cb7e6b6 commit 3f6f362

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ task:
33
freebsd_instance:
44
image: freebsd-12-1-release-amd64
55
setup_rust_script:
6-
- pkg install -y curl git bash
6+
- pkg install -y curl git bash openssl
7+
- openssl s_client -connect sh.rustup.rs:443 -tls1_3 -status -msg -debug
78
- curl -v https://sh.rustup.rs -sSf --output rustup.sh
89
- sh rustup.sh --default-toolchain none -y --profile=minimal
910
target_cache:

0 commit comments

Comments
 (0)