We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
md5sha1sum
1 parent e4d1e48 commit 7ec1f98Copy full SHA for 7ec1f98
1 file changed
.github/scripts/install_deps.sh
@@ -11,7 +11,7 @@ case "${1%%-*}" in
11
# macOS bundles GNU Make 3.81, which doesn't support synced output.
12
# We leave it as the default in `PATH`, to test that our Makefile works with it.
13
# However, CMake automatically uses Homebrew's `gmake`, so our CI has synced output.
14
- brew install bison md5sha1sum make
+ brew install bison make
15
# Export `bison` to allow using the version we install from Homebrew,
16
# instead of the outdated one preinstalled on macOS (which doesn't even support `-Wall`...).
17
export PATH="$(brew --prefix)/opt/bison/bin:$PATH"
0 commit comments