Skip to content

Commit

Permalink
Fix pkg-config errors in macOS CI since October
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotakano committed Oct 10, 2022
1 parent 617192c commit 020648a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_cabal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@ jobs:
run: |
brew install libsodium opus
# Add PKG_CONFIG_PATH to GitHub Env: agda/agda#6163
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
echo "PKG_CONFIG_PATH=${PKG_CONFIG_PATH}" >> ${GITHUB_ENV}
- name: Update cabal database and set up build plan
run: |
cabal update
Expand Down

0 comments on commit 020648a

Please sign in to comment.