We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6ce925 commit a16b32fCopy full SHA for a16b32f
.github/workflows/coq-macos.yml
@@ -49,6 +49,13 @@ 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 unlink pkgconf
58
+ brew link pkg-config
59
- name: Install system dependencies
60
run: brew install gnu-time gnu-sed coreutils grep
61
- run: opam update
0 commit comments