Skip to content

Commit

Permalink
Update build.sh with venv
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohnson5 authored Dec 30, 2024
1 parent dd3238b commit 8cfbffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blast_models/blast_cln/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ if [ -f "$LIGHTNINGD_FILE" ]; then
else
echo "'lightningd' file not found. Downloading and extracting..."

source ~/.venv/bin/activate
git clone "$DOWNLOAD_URL" "$TARGET_DIR"
cd "$TARGET_DIR"
git checkout v24.11rc3

./configure
make

Expand Down

0 comments on commit 8cfbffe

Please sign in to comment.