Skip to content

Commit c5c3101

Browse files
committed
Fix missing curl dependencies on Cirrus CI
1 parent f011ec4 commit c5c3101

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
@@ -7,7 +7,7 @@ env:
77
task:
88
name: FreeBSD
99
setup_script:
10-
- pkg install -y curl
10+
- pkg install -y libnghttp2 curl
1111
- curl https://sh.rustup.rs -sSf --output rustup.sh
1212
- sh rustup.sh -y --profile minimal
1313
cargo_cache:

0 commit comments

Comments
 (0)