From f72f9b0843fa477e8c8f980668ca6d2c39b6f2f6 Mon Sep 17 00:00:00 2001 From: xtqqczze <45661989+xtqqczze@users.noreply.github.com> Date: Fri, 27 Mar 2026 19:46:01 +0000 Subject: [PATCH] Revert "fix(ci): fix CI on FreeBSD (#776)" This reverts commit a2766ce4a63bbf5f0d593f4e611bcfb2d07b8899. --- .cirrus.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 633d08be..8e182733 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -19,7 +19,6 @@ task: RUST_VERSION: 1.85 setup_script: - - pkg install -y ca_root_nss - rm -f rust-toolchain.toml - curl https://sh.rustup.rs -sSf | sh -s -- -y --profile=minimal --default-toolchain ${RUST_VERSION} - . $HOME/.cargo/env