mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-20 14:11:37 +00:00
Update build.yml
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -184,6 +184,12 @@ jobs:
|
||||
$python ./waf all $TARGETARCH
|
||||
cd ..
|
||||
fi
|
||||
|
||||
# fix TLS errors by grabbing Digicert CA directly
|
||||
curl -o digicert.crt https://cacerts.digicert.com/DigiCertHighAssuranceEVRootCA.crt
|
||||
openssl x509 -in digicert.crt -out digicert.pem
|
||||
export PIP_CERT= digicert.pem
|
||||
|
||||
$python setup.py install
|
||||
#$pip install pyinstaller
|
||||
|
||||
|
||||
Reference in New Issue
Block a user