We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 784bae8 commit 10d581bCopy full SHA for 10d581b
.github/workflows/ci.yml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: macos-latest
16
env:
17
TARGET: x86_64-apple-darwin
18
+ PKG_CONFIG_PATH: /opt/homebrew/lib/pkgconfig:/usr/local/lib/pkgconfig
19
steps:
20
- uses: actions/checkout@v6
21
# install meson and nija with --break-system-packages
@@ -52,6 +53,7 @@ jobs:
52
53
54
55
TARGET: aarch64-apple-darwin
56
57
58
59
0 commit comments