Skip to content

Commit a16b32f

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/coq-macos.yml

+7
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@ 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 unlink pkgconf
58+
brew link pkg-config
5259
- name: Install system dependencies
5360
run: brew install gnu-time gnu-sed coreutils grep
5461
- run: opam update

0 commit comments

Comments
 (0)