Skip to content

Commit 7677da1

Browse files
committed
Add recipe for gdbm and xz
1 parent cd22e83 commit 7677da1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ jobs:
159159
- uses: actions/checkout@v3
160160
- name: Prepare homebrew environment variables
161161
run: |
162-
brew install pkg-config
162+
brew install pkg-config [email protected] xz gdbm tcl-tk
163+
echo "CFLAGS=-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" >> $GITHUB_ENV
164+
echo "LDFLAGS=-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" >> $GITHUB_ENV
163165
echo "PKG_CONFIG_PATH=$(brew --prefix tcl-tk)/lib/pkgconfig" >> $GITHUB_ENV
164166
- name: Configure CPython
165167
run: ./configure --with-pydebug --prefix=/opt/python-dev --with-openssl=$(brew --prefix openssl)

0 commit comments

Comments
 (0)