Skip to content

Commit 25b5857

Browse files
committed
Revert "Fix macos CI"
The Homebrew precompiled binaries for Menhirlib are outdated, let's try building from source again. This reverts commit 25b9fc8.
1 parent 43320aa commit 25b5857

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
submodules: true
5757
- name: OS dependencies
5858
run: |
59-
brew install coq ocaml menhir
59+
brew install coq ocaml
60+
brew install --build-from-source menhir # temporary workaround
6061
- name: Configure
6162
run: tools/runner.sh configure
6263
- name: Build

0 commit comments

Comments
 (0)