mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Update build.yml
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user