Skip to content

Commit

Permalink
Merge pull request #131 from pmienk/master
Browse files Browse the repository at this point in the history
Correct install.sh outside CI.
  • Loading branch information
pmienk committed Feb 15, 2023
2 parents 50c2ce5 + bdc7def commit 920d272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,7 @@ build_all()
create_from_github libbitcoin secp256k1 version8 "yes"
build_from_github secp256k1 "$PARALLEL" false "yes" "${SECP256K1_OPTIONS[@]}" "$@"
if [[ ! ($CI == true) ]]; then
create_from_github libbitcoin libbitcoin-consensus master
create_from_github libbitcoin libbitcoin-consensus master "yes"
build_from_github libbitcoin-consensus "$PARALLEL" true "yes" "${BITCOIN_CONSENSUS_OPTIONS[@]}" "$@"
else
push_directory "$PRESUMED_CI_PROJECT_PATH"
Expand Down

0 comments on commit 920d272

Please sign in to comment.