Skip to content

Commit 3710994

Browse files
committedDec 3, 2024·
Work around broken Homebrew binary package for Menhir
1 parent 8408602 commit 3710994

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
with:
5656
submodules: true
5757
- name: OS dependencies
58-
run: brew install coq menhir ocaml
58+
run: |
59+
brew install coq ocaml
60+
brew install --build-from-source menhir # temporary workaround
5961
- name: Configure
6062
run: tools/runner.sh configure
6163
- name: Build

0 commit comments

Comments
 (0)
Please sign in to comment.