Skip to content

Commit b8f4d7c

Browse files
committed
Revert "ci: Install ca_root_nss for FreeBSD CI"
This reverts commit 39b785b.
1 parent 39b785b commit b8f4d7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.cirrus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ freebsd_task:
2323
setup_script:
2424
# https://github.com/cirruslabs/cirrus-ci-docs/issues/483
2525
- sudo sysctl net.inet.tcp.blackhole=0
26-
- pkg install -y git ca_root_nss
26+
- pkg install -y git
2727
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain stable --target $TARGET
2828
test_script:
2929
- . $HOME/.cargo/env

0 commit comments

Comments
 (0)