From 0578a6123589c3f7354b02b62fe2ee94f09d6e41 Mon Sep 17 00:00:00 2001 From: cce <51567+cce@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:30:26 -0500 Subject: [PATCH] CI: Remove lnav mac dev dependency (#6221) --- scripts/configure_dev.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/configure_dev.sh b/scripts/configure_dev.sh index 56edb84c32..edf40b6808 100755 --- a/scripts/configure_dev.sh +++ b/scripts/configure_dev.sh @@ -93,9 +93,7 @@ elif [ "${OS}" = "darwin" ]; then install_or_upgrade autoconf install_or_upgrade automake install_or_upgrade python3 - install_or_upgrade lnav install_or_upgrade diffutils - lnav -i "$SCRIPTPATH/algorand_node_log.json" elif [ "${OS}" = "windows" ]; then 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 echo "Error installing pacman dependencies"