Skip to content

Commit c01430c

Browse files
authored
Work around issue with brew and opam
Work around ocaml/opam-repository#26891 (comment)
1 parent c97b7a1 commit c01430c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/coq-macos.yml

+6
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@ jobs:
4949
with:
5050
ocaml-compiler: ${{ matrix.ocaml-compiler }}
5151

52+
- name: Work around https://github.com/ocaml/opam-repository/pull/26891#issuecomment-2486598516
53+
run: |
54+
# Alternative: brew update; brew upgrade; brew install pkgconf
55+
brew unlink pkg-config
56+
brew install pkgconf
57+
brew link pkg-config
5258
- name: Install system dependencies
5359
run: brew install gnu-time gnu-sed coreutils grep
5460
- run: opam update

0 commit comments

Comments
 (0)