Skip to content

Commit

Permalink
Work around issue with brew and opam (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 21, 2024
1 parent f6ce925 commit a16b32f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coq-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- name: Work around https://github.com/ocaml/opam-repository/pull/26891#issuecomment-2486598516
run: |
# Alternative: brew update; brew upgrade; brew install pkgconf
brew unlink pkg-config
brew install pkgconf
brew unlink pkgconf
brew link pkg-config
- name: Install system dependencies
run: brew install gnu-time gnu-sed coreutils grep
- run: opam update
Expand Down

0 comments on commit a16b32f

Please sign in to comment.