Skip to content

Commit 6224ae0

Browse files
committed
Correct install.sh outside CI.
1 parent 11f9128 commit 6224ae0

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
@@ -774,7 +774,7 @@ build_all()
774774
create_from_github libbitcoin secp256k1 version7 "yes"
775775
build_from_github secp256k1 "$PARALLEL" false "yes" "${SECP256K1_OPTIONS[@]}" "$@"
776776
if [[ ! ($CI == true) ]]; then
777-
create_from_github libbitcoin libbitcoin-system version3
777+
create_from_github libbitcoin libbitcoin-system version3 "yes"
778778
build_from_github libbitcoin-system "$PARALLEL" true "yes" "${BITCOIN_SYSTEM_OPTIONS[@]}" "$@"
779779
else
780780
push_directory "$PRESUMED_CI_PROJECT_PATH"

0 commit comments

Comments
 (0)