Skip to content

Commit a9cbb16

Browse files
committed
more trial
1 parent 8da31f3 commit a9cbb16

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,6 @@ jobs:
150150
PYTHONSTRICTEXTENSIONBUILD: 1
151151
steps:
152152
- uses: actions/checkout@v3
153-
- name: Prepare homebrew environment variables
154-
run: |
155-
echo "PATH=$(brew --prefix tcl-tk)/bin:$PATH" >> $GITHUB_ENV
156-
echo "LDFLAGS=-L$(brew --prefix tcl-tk)/lib" >> $GITHUB_ENV
157-
echo "PKG_CONFIG_PATH=$(brew --prefix openssl@1.1)/lib/pkgconfig:$(brew --prefix tcl-tk)/lib/pkgconfig" >> $GITHUB_ENV
158-
echo "CFLAGS=-I$(brew --prefix tcl-tk)/include" >> $GITHUB_ENV
159153
- name: Configure CPython
160154
run: ./configure --with-pydebug --with-openssl=/usr/local/opt/openssl --prefix=/opt/python-dev --with-tcltk-includes=-I$(brew --prefix tcl-tk)/include --with-tcltk-libs="-L$(brew --prefix tcl-tk)/lib -ltcl8.6 -ltk8.6"
161155
- name: Build CPython

0 commit comments

Comments
 (0)