Skip to content

Commit

Permalink
Work around broken Homebrew binary package for Menhir
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Dec 3, 2024
1 parent 8408602 commit 3710994
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:
with:
submodules: true
- name: OS dependencies
run: brew install coq menhir ocaml
run: |
brew install coq ocaml
brew install --build-from-source menhir # temporary workaround
- name: Configure
run: tools/runner.sh configure
- name: Build
Expand Down

0 comments on commit 3710994

Please sign in to comment.