Skip to content

Commit 10d581b

Browse files
committed
force PKG_CONFIG_PATH
1 parent 784bae8 commit 10d581b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
runs-on: macos-latest
1616
env:
1717
TARGET: x86_64-apple-darwin
18+
PKG_CONFIG_PATH: /opt/homebrew/lib/pkgconfig:/usr/local/lib/pkgconfig
1819
steps:
1920
- uses: actions/checkout@v6
2021
# install meson and nija with --break-system-packages
@@ -52,6 +53,7 @@ jobs:
5253
runs-on: macos-latest
5354
env:
5455
TARGET: aarch64-apple-darwin
56+
PKG_CONFIG_PATH: /opt/homebrew/lib/pkgconfig:/usr/local/lib/pkgconfig
5557
steps:
5658
- uses: actions/checkout@v6
5759
# install meson and nija with --break-system-packages

0 commit comments

Comments
 (0)