8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b0e25 commit ed7e90dCopy full SHA for ed7e90d
.github/workflows/build.yml
@@ -159,17 +159,12 @@ jobs:
159
- uses: actions/checkout@v3
160
- name: Install Homebrew dependencies
161
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
162
- - name: Prepare Homebrew environment variables
+ - name:
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 openssl@1.1)
168
- - name: Configure CPython
169
- run: |
170
- ./configure \
171
- --with-pydebug \
172
- --with-openssl="$(brew --prefix openssl@1.1)"
173
- name: Build CPython
174
run: make -j4
175
- name: Display build info
0 commit comments