Skip to content

Commit

Permalink
[CI] brew install grep on MacOS for ggrep
Browse files Browse the repository at this point in the history
Might be useful for making `grep` more well-behaved.
  • Loading branch information
JasonGross committed May 9, 2024
1 parent c5008e7 commit 7cf7680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coq-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ocaml-compiler: 4.11.1

- name: Install system dependencies
run: brew install gnu-time gnu-sed coreutils
run: brew install gnu-time gnu-sed coreutils grep
- run: opam update
- run: opam pin add coq ${COQ_VERSION}
- run: opam install js_of_ocaml
Expand Down

0 comments on commit 7cf7680

Please sign in to comment.