mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-24 09:50:54 -06:00
Add PKG_CONFIG_PATH to build environment.
This commit is contained in:
parent
4c2320cf74
commit
64a3a38945
5
.github/workflows/mac-tests.yaml
vendored
5
.github/workflows/mac-tests.yaml
vendored
@ -10,8 +10,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
- run: |
|
||||
echo "PATH=$PATH:$HOME/gnucash/inst/bin" >> $GITHUB_ENV
|
||||
- name: configure Environment
|
||||
run: |
|
||||
echo "PATH=$HOME/gnucash/inst/bin:$PATH" >> $GITHUB_ENV
|
||||
echo "PREFIX=$HOME/gnucash/inst" >> $GITHUB_ENV
|
||||
echo "SRCROOT=$HOME/gnucash/source" >> $GITHUB_ENV
|
||||
brew install ninja
|
||||
|
Loading…
Reference in New Issue
Block a user