File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -159,17 +159,12 @@ jobs:
159
159
- uses : actions/checkout@v3
160
160
- name : Install Homebrew dependencies
161
161
run : brew install pkg-config openssl@1.1 xz gdbm tcl-tk
162
- - name : Prepare Homebrew environment variables
162
+ - name : Configure CPython by preparing Homebrew environment variables
163
163
run : |
164
164
CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
165
165
LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
166
166
PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
167
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
168
- name : Build CPython
174
169
run : make -j4
175
170
- name : Display build info
You can’t perform that action at this time.
0 commit comments