We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c97b7a1 commit c01430cCopy full SHA for c01430c
.github/workflows/coq-macos.yml
@@ -49,6 +49,12 @@ jobs:
49
with:
50
ocaml-compiler: ${{ matrix.ocaml-compiler }}
51
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
58
- name: Install system dependencies
59
run: brew install gnu-time gnu-sed coreutils grep
60
- run: opam update
0 commit comments