summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2023-06-05 06:42:02 (GMT)
committerGitHub <noreply@github.com>2023-06-05 06:42:02 (GMT)
commit6cae23662e091fa528ebddeac89a88f3a8ed34c7 (patch)
treea16501621e45abbd1be7c9207cc0676aa16caf39
parent2c9b0f3071a27815e7912ce6858500ded8585ae1 (diff)
downloadcpython-6cae23662e091fa528ebddeac89a88f3a8ed34c7.zip
cpython-6cae23662e091fa528ebddeac89a88f3a8ed34c7.tar.gz
cpython-6cae23662e091fa528ebddeac89a88f3a8ed34c7.tar.bz2
[3.10] Update GitHub CI workflow for macOS. (GH-105304)
-rw-r--r--.github/workflows/build.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ac0dd2b..591df445 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -184,9 +184,8 @@ jobs:
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
- name: Configure CPython
run: |
- CFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
- LDFLAGS="-L$(brew --prefix gdbm)/lib -I$(brew --prefix xz)/lib" \
- PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \
+ CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
+ LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
./configure \
--with-pydebug \
--prefix=/opt/python-dev \