We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43320aa commit 25b5857Copy full SHA for 25b5857
1 file changed
.github/workflows/build.yml
@@ -56,7 +56,8 @@ jobs:
56
submodules: true
57
- name: OS dependencies
58
run: |
59
- brew install coq ocaml menhir
+ brew install coq ocaml
60
+ brew install --build-from-source menhir # temporary workaround
61
- name: Configure
62
run: tools/runner.sh configure
63
- name: Build
0 commit comments