Skip to content

Commit 912a7af

Browse files
author
Vladimir Kotal
authored
install Mercurial on macOS (#3785)
1 parent 25e5d9b commit 912a7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/before_install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ if [[ "$RUNNER_OS" == "Linux" ]]; then
4343
elif [[ "$RUNNER_OS" == "macOS" ]]; then
4444
export HOMEBREW_NO_AUTO_UPDATE=1
4545

46-
brew install cvs libgit2 jq autoconf automake
46+
brew install cvs libgit2 jq autoconf automake mercurial
4747
if [[ $? != 0 ]]; then
4848
echo "cannot install extra packages"
4949
exit 1

0 commit comments

Comments
 (0)