Skip to content

Commit

Permalink
[CI] [opam] Work around MacOS / opam / brew issue
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 20, 2024
1 parent c97b7a1 commit 78208bd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/coq-opam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ jobs:
OPAMCONFIRMLEVEL: "unsafe-yes"

steps:
- name: Work around https://github.com/ocaml/opam-repository/pull/26891#issuecomment-2486598516
run: |
# Alternative: brew update; brew upgrade; brew install pkgconf
brew unlink pkg-config
brew install pkgconf
brew link pkg-config
if: ${{ runner.os == 'macOS' }}

- name: Set up OCaml
uses: ocaml/setup-ocaml@v3
with:
Expand Down

0 comments on commit 78208bd

Please sign in to comment.