Skip to content

Commit

Permalink
github: brew update to avoid pkgconf failure
Browse files Browse the repository at this point in the history
  • Loading branch information
avsm committed Nov 21, 2024
1 parent c257903 commit 713178a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ jobs:
opam install conf-libcurl
if: ${{ matrix.os == 'ubuntu-latest' }}
- run: |
brew update
if: ${{ matrix.os == 'macos-latest' }}
- run: echo "PKG_CONFIG_PATH=$(brew --prefix openssl)/lib/pkgconfig" >>"$GITHUB_ENV"
if: ${{ matrix.os == 'macos-latest' }}

Expand Down

0 comments on commit 713178a

Please sign in to comment.