Skip to content

Commit c1f6efd

Browse files
authored
Merge pull request #292 from pmienk/version3
Correct install.sh outside CI.
2 parents b222bb9 + f73b4e3 commit c1f6efd

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
@@ -789,7 +789,7 @@ build_all()
789789
create_from_github libbitcoin libbitcoin-protocol version3 "yes"
790790
build_from_github libbitcoin-protocol "$PARALLEL" false "yes" "${BITCOIN_PROTOCOL_OPTIONS[@]}" "$@"
791791
if [[ ! ($CI == true) ]]; then
792-
create_from_github libbitcoin libbitcoin-client version3
792+
create_from_github libbitcoin libbitcoin-client version3 "yes"
793793
build_from_github libbitcoin-client "$PARALLEL" true "yes" "${BITCOIN_CLIENT_OPTIONS[@]}" "$@"
794794
else
795795
push_directory "$PRESUMED_CI_PROJECT_PATH"

0 commit comments

Comments
 (0)