Skip to content

Commit 25b9fc8

Browse files
committed
Fix macos CI
1 parent cb76888 commit 25b9fc8

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

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

0 commit comments

Comments
 (0)