From e522f76db6de12f1952ed9872ae23abb53d1caf9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 25 Jan 2022 11:08:35 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 420c3d27..fd7057fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: