Skip to content

Commit 78208bd

Browse files
authored
[CI] [opam] Work around MacOS / opam / brew issue
Work around ocaml/opam-repository#26891 (comment)
1 parent c97b7a1 commit 78208bd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/coq-opam-package.yml

+8
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
OPAMCONFIRMLEVEL: "unsafe-yes"
4444

4545
steps:
46+
- name: Work around https://github.com/ocaml/opam-repository/pull/26891#issuecomment-2486598516
47+
run: |
48+
# Alternative: brew update; brew upgrade; brew install pkgconf
49+
brew unlink pkg-config
50+
brew install pkgconf
51+
brew link pkg-config
52+
if: ${{ runner.os == 'macOS' }}
53+
4654
- name: Set up OCaml
4755
uses: ocaml/setup-ocaml@v3
4856
with:

0 commit comments

Comments
 (0)