8000
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 560adb0 commit 92b02e5Copy full SHA for 92b02e5
.github/workflows/build.yml
@@ -239,7 +239,7 @@ jobs:
239
path: config.cache
240
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
241
- name: Install Homebrew dependencies
242
- run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
+ run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
243
- name: Configure CPython
244
run: |
245
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
@@ -248,7 +248,7 @@ jobs:
248
--config-cache \
249
--with-pydebug \
250
--prefix=/opt/python-dev \
251
- --with-openssl="$(brew --prefix openssl@1.1)"
+ --with-openssl="$(brew --prefix openssl@3.0)"
252
- name: Build CPython
253
run: make -j4
254
- name: Display build info
0 commit comments