Skip to content

Commit

Permalink
follow-up to 6882103 - github ci fix install pidof for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
d99kris committed Jun 23, 2024
1 parent 6882103 commit ee0af1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [[ "${DEPS}" == "1" ]]; then
exiterr "deps failed (unsupported linux distro ${DISTRO}), exiting."
fi
elif [ "${OS}" == "Darwin" ]; then
true || exiterr "deps failed (mac), exiting."
brew install pidof || exiterr "deps failed (mac), exiting."
else
exiterr "deps failed (unsupported os ${OS}), exiting."
fi
Expand Down

0 comments on commit ee0af1e

Please sign in to comment.