Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

Commit 78834a1

Browse files
committed
Install libssh2 on macOS
1 parent 55d5e83 commit 78834a1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ case "${TRAVIS_OS_NAME}" in
2323
TEST_TARGET=x86_64-pc-windows-msvc cargo test --verbose -- --nocapture
2424
;;
2525
*"macos"*)
26+
# Needs for travis.
27+
brew install libssh2
2628
TEST_TARGET=x86_64-apple-darwin cargo test --verbose -- --nocapture
2729
;;
2830
esac

0 commit comments

Comments
 (0)