Skip to content

Commit

Permalink
Install ca_root_nss to provide root certificates for cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisschagt committed Mar 9, 2024
1 parent d94c76b commit d2f1db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ task:
- sed -i.bak -e 's,pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly,pkg+http://pkg.FreeBSD.org/\${ABI}/latest,' /etc/pkg/FreeBSD.conf
- pkg update -f
- pkg upgrade -y
- pkg install -y rust gmake rubygem-asciidoctor pkgconf stfl curl json-c ncurses openssl sqlite3 gettext-tools libxml2
- pkg install -y rust gmake rubygem-asciidoctor pkgconf stfl curl json-c ncurses openssl ca_root_nss sqlite3 gettext-tools libxml2
setup_script:
- pw groupadd testgroup
- pw useradd testuser -g testgroup -w none -m
Expand Down

0 comments on commit d2f1db3

Please sign in to comment.