Skip to content

Commit 6f19b22

Browse files
authored
Merge pull request #250 from pmienk/version3
Correct install.sh outside CI.
2 parents 7240f39 + 2068ceb commit 6f19b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ build_all()
787787
unpack_from_tarball "$ZMQ_ARCHIVE" "$ZMQ_URL" gzip "$BUILD_ZMQ"
788788
build_from_tarball "$ZMQ_ARCHIVE" . "$PARALLEL" "$BUILD_ZMQ" "${ZMQ_OPTIONS[@]}" "$@"
789789
if [[ ! ($CI == true) ]]; then
790-
create_from_github libbitcoin libbitcoin-protocol version3
790+
create_from_github libbitcoin libbitcoin-protocol version3 "yes"
791791
build_from_github libbitcoin-protocol "$PARALLEL" true "yes" "${BITCOIN_PROTOCOL_OPTIONS[@]}" "$@"
792792
else
793793
push_directory "$PRESUMED_CI_PROJECT_PATH"

0 commit comments

Comments
 (0)