Skip to content

Commit cd22e83

Browse files
committed
.github: Update macOS workflow
1 parent 4d8959b commit cd22e83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,10 +159,10 @@ jobs:
159159
- uses: actions/checkout@v3
160160
- name: Prepare homebrew environment variables
161161
run: |
162-
echo "LDFLAGS=-L$(brew --prefix tcl-tk)/lib" >> $GITHUB_ENV
163-
echo "PKG_CONFIG_PATH=$(brew --prefix openssl@1.1)/lib/pkgconfig:$(brew --prefix tcl-tk)/lib/pkgconfig" >> $GITHUB_ENV
162+
brew install pkg-config
163+
echo "PKG_CONFIG_PATH=$(brew --prefix tcl-tk)/lib/pkgconfig" >> $GITHUB_ENV
164164
- name: Configure CPython
165-
run: ./configure --with-pydebug --prefix=/opt/python-dev
165+
run: ./configure --with-pydebug --prefix=/opt/python-dev --with-openssl=$(brew --prefix openssl)
166166
- name: Build CPython
167167
run: make -j4
168168
- name: Display build info

0 commit comments

Comments
 (0)