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 @@ -132,16 +132,17 @@ jobs:
132
132
HOMEBREW_NO_INSTALL_CLEANUP : 1
133
133
steps :
134
134
- uses : actions/checkout@v2
135
+ - name : Install Homebrew dependencies
136
+ run : brew install pkg-config openssl@3.0 xz gdbm tcl-tk
135
137
- name : Configure CPython
136
138
run : |
137
- brew install pkg-config openssl@1.1 xz gdbm tcl-tk
138
139
SDKROOT=/Library/Developer/CommandLineTools/SDKs/MacOSX12.sdk \
139
140
CC=clang \
140
141
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
141
142
LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
142
143
./configure --prefix=/opt/python-dev \
143
144
--with-pydebug \
144
- --with-openssl="$(brew --prefix openssl@1.1 )" \
145
+ --with-openssl="$(brew --prefix openssl@3.0 )" \
145
146
--with-tcltk-libs="$(pkg-config --libs tk)" \
146
147
--with-tcltk-includes="$(pkg-config --cflags tk)"
147
148
- name : Build CPython
You can’t perform that action at this time.
0 commit comments