Commit eb75a2a
committed
fix(ci): unify PKG_CONFIG_PATH setup on macOS
Move PKG_CONFIG_PATH composition into env.sh and source it in CI to ensure
consistent environment between local and CI builds. This avoids potential
mismatches and missing dependencies, especially for sqlite, and simplifies
maintenance.1 parent 54812fa commit eb75a2a
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments