Skip to content

Commit 61b0e25

Browse files
Update .github/workflows/build.yml
Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent f9dbbf5 commit 61b0e25

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,11 @@ jobs:
160160
- name: Install Homebrew dependencies
161161
run: brew install pkg-config [email protected] xz gdbm tcl-tk
162162
- name: Prepare Homebrew environment variables
163-
run: CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" ./configure --with-pydebug --with-openssl=$(brew --prefix [email protected])
163+
run: |
164+
CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
165+
LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
166+
PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
167+
./configure --with-pydebug --with-openssl=$(brew --prefix [email protected])
164168
- name: Configure CPython
165169
run: |
166170
./configure \

0 commit comments

Comments
 (0)