Skip to content

Commit 3fdd329

Browse files
committed
Correct install.sh outside CI.
1 parent e23420e commit 3fdd329

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
@@ -776,7 +776,7 @@ build_all()
776776
create_from_github libbitcoin libbitcoin-system version3 "yes"
777777
build_from_github libbitcoin-system "$PARALLEL" false "yes" "${BITCOIN_SYSTEM_OPTIONS[@]}" "$@"
778778
if [[ ! ($CI == true) ]]; then
779-
create_from_github libbitcoin libbitcoin-database version3
779+
create_from_github libbitcoin libbitcoin-database version3 "yes"
780780
build_from_github libbitcoin-database "$PARALLEL" true "yes" "${BITCOIN_DATABASE_OPTIONS[@]}" "$@"
781781
else
782782
push_directory "$PRESUMED_CI_PROJECT_PATH"

0 commit comments

Comments
 (0)