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 2944a6c commit 69e2da0Copy full SHA for 69e2da0
.github/workflows/build.yml
@@ -225,7 +225,7 @@ jobs:
225
path: config.cache
226
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
227
- name: Install Homebrew dependencies
228
- run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
+ run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
229
- name: Configure CPython
230
run: |
231
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
@@ -234,7 +234,7 @@ jobs:
234
--config-cache \
235
--with-pydebug \
236
--prefix=/opt/python-dev \
237
- --with-openssl="$(brew --prefix openssl@1.1)"
+ --with-openssl="$(brew --prefix openssl@3.0)"
238
- name: Build CPython
239
run: make -j4
240
- name: Display build info
0 commit comments