mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-20 22:21:37 +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:
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user