Skip to content

Commit 7ec1f98

Browse files
committed
Stop trying to install md5sha1sum
macOS already provides it and Homebrew doesn't override it, so that's a no-op anyway.
1 parent e4d1e48 commit 7ec1f98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ case "${1%%-*}" in
1111
# macOS bundles GNU Make 3.81, which doesn't support synced output.
1212
# We leave it as the default in `PATH`, to test that our Makefile works with it.
1313
# However, CMake automatically uses Homebrew's `gmake`, so our CI has synced output.
14-
brew install bison md5sha1sum make
14+
brew install bison make
1515
# Export `bison` to allow using the version we install from Homebrew,
1616
# instead of the outdated one preinstalled on macOS (which doesn't even support `-Wall`...).
1717
export PATH="$(brew --prefix)/opt/bison/bin:$PATH"

0 commit comments

Comments
 (0)