File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -153,15 +153,16 @@ jobs:
153
153
PYTHONSTRICTEXTENSIONBUILD : 1
154
154
steps :
155
155
- uses : actions/checkout@v3
156
+ - name : Install Homebrew dependencies
157
+ run :
brew install pkg-config [email protected] xz gdbm tcl-tk
156
158
- name : Configure CPython
157
159
run : |
158
- brew install pkg-config [email protected] xz gdbm tcl-tk
159
160
CC=clang \
160
161
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
161
162
LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
162
163
./configure --prefix=/opt/python-dev \
163
164
--with-pydebug \
164
- --with-openssl="$(brew --prefix openssl@1.1 )" \
165
+ --with-openssl="$(brew --prefix openssl@3.0 )" \
165
166
--with-tcltk-libs="$(pkg-config --libs tk)" \
166
167
--with-tcltk-includes="$(pkg-config --cflags tk)"
167
168
- name : Build CPython
You can’t perform that action at this time.
0 commit comments