Skip to content

Commit

Permalink
[CI] [opam] [MacOS] fix kludge for pkg-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonGross authored Nov 20, 2024
1 parent 78208bd commit f6ce925
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coq-opam-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
# Alternative: brew update; brew upgrade; brew install pkgconf
brew unlink pkg-config
brew install pkgconf
brew unlink pkgconf
brew link pkg-config
if: ${{ runner.os == 'macOS' }}

Expand Down

0 comments on commit f6ce925

Please sign in to comment.