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