Skip to content

Commit 9a72bf0

Browse files
committed
Address code review
1 parent 5d66946 commit 9a72bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
echo "LDFLAGS=-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" >> $GITHUB_ENV
165165
echo "PKG_CONFIG_PATH=$(brew --prefix tcl-tk)/lib/pkgconfig" >> $GITHUB_ENV
166166
- name: Configure CPython
167-
run: ./configure --with-pydebug --prefix=/opt/python-dev --with-openssl=$(brew --prefix openssl)
167+
run: ./configure --with-pydebug --with-openssl=$(brew --prefix openssl@1.1)
168168
- name: Build CPython
169169
run: make -j4
170170
- name: Display build info

0 commit comments

Comments
 (0)