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 94c5f3f commit 19a3bb0Copy full SHA for 19a3bb0
.github/workflows/build.yml
@@ -574,7 +574,7 @@ jobs:
574
run: |
575
echo "PATH=/usr/lib/ccache:$PATH" >> "$GITHUB_ENV"
576
- name: Configure CPython
577
- run: ./configure --config-cache --with-address-sanitizer --without-pymalloc
+ run: ./configure --config-cache --with-address-sanitizer --without-pymalloc --with-openssl="$OPENSSL_DIR"
578
- name: Build CPython
579
run: make -j4
580
- name: Display build info
0 commit comments