Skip to content

Commit bd296b2

Browse files
committed
Correct install.sh outside CI.
1 parent d7475e8 commit bd296b2

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
create_from_github libbitcoin libbitcoin-system master "yes"
788788
build_from_github libbitcoin-system "$PARALLEL" false "yes" "${BITCOIN_SYSTEM_OPTIONS[@]}" "$@"
789789
if [[ ! ($CI == true) ]]; then
790-
create_from_github libbitcoin libbitcoin-protocol master
790+
create_from_github libbitcoin libbitcoin-protocol master "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)