Skip to content

Commit c60db8d

Browse files
authored
CI: Remove lnav mac dev dependency (algorand#6221)
1 parent b2d41d0 commit c60db8d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/configure_dev.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,7 @@ elif [ "${OS}" = "darwin" ]; then
9393
install_or_upgrade autoconf
9494
install_or_upgrade automake
9595
install_or_upgrade python3
96-
install_or_upgrade lnav
9796
install_or_upgrade diffutils
98-
lnav -i "$SCRIPTPATH/algorand_node_log.json"
9997
elif [ "${OS}" = "windows" ]; then
10098
if ! $msys2 pacman -S --disable-download-timeout --noconfirm git automake autoconf m4 libtool make mingw-w64-x86_64-gcc mingw-w64-x86_64-python mingw-w64-x86_64-jq unzip procps; then
10199
echo "Error installing pacman dependencies"

0 commit comments

Comments
 (0)