Skip to content

Commit

Permalink
CI: Remove lnav mac dev dependency (#6221)
Browse files Browse the repository at this point in the history
  • Loading branch information
cce authored Jan 9, 2025
1 parent b2d41d0 commit c60db8d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/configure_dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c60db8d

Please sign in to comment.