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: env:
OPENSSL_CONFIG_OPTS: no-asm no-fips OPENSSL_CONFIG_OPTS: no-asm no-fips
OPENSSL_INSTALL_PATH: ${{ github.workspace }}/ssl OPENSSL_INSTALL_PATH: ${{ github.workspace }}/src/ssl
OPENSSL_SOURCE_PATH: ${{ github.workspace }}/openssl OPENSSL_SOURCE_PATH: ${{ github.workspace }}/src/openssl
PYTHON_INSTALL_PATH: ${{ github.workspace }}/python PYTHON_INSTALL_PATH: ${{ github.workspace }}/src/python
PYTHON_SOURCE_PATH: ${{ github.workspace }}/cpython PYTHON_SOURCE_PATH: ${{ github.workspace }}/src/cpython
jobs: jobs:
build: build: