Update build.yml

This commit is contained in:
Jay Lee
2022-01-25 11:08:35 -05:00
committed by GitHub
parent 106e3544a8
commit e522f76db6

View File

@@ -13,10 +13,10 @@ defaults:
env:
OPENSSL_CONFIG_OPTS: no-asm no-fips
OPENSSL_INSTALL_PATH: ${{ github.workspace }}/ssl
OPENSSL_SOURCE_PATH: ${{ github.workspace }}/openssl
PYTHON_INSTALL_PATH: ${{ github.workspace }}/python
PYTHON_SOURCE_PATH: ${{ github.workspace }}/cpython
OPENSSL_INSTALL_PATH: ${{ github.workspace }}/src/ssl
OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl
PYTHON_INSTALL_PATH: ${{ github.workspace }}/src/python
PYTHON_SOURCE_PATH: ${{ github.workspace }}/src/cpython
jobs:
build: