We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d66946 commit 9a72bf0Copy full SHA for 9a72bf0
.github/workflows/build.yml
@@ -164,7 +164,7 @@ jobs:
164
echo "LDFLAGS=-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" >> $GITHUB_ENV
165
echo "PKG_CONFIG_PATH=$(brew --prefix tcl-tk)/lib/pkgconfig" >> $GITHUB_ENV
166
- name: Configure CPython
167
- run: ./configure --with-pydebug --prefix=/opt/python-dev --with-openssl=$(brew --prefix openssl)
+ run: ./configure --with-pydebug --with-openssl=$(brew --prefix openssl@1.1)
168
- name: Build CPython
169
run: make -j4
170
- name: Display build info
0 commit comments