mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
actions take 56
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -119,12 +119,13 @@ jobs:
|
|||||||
vline=$($gam version | grep "Python ")
|
vline=$($gam version | grep "Python ")
|
||||||
python_line=($vline)
|
python_line=($vline)
|
||||||
this_python=${python_line[1]}
|
this_python=${python_line[1]}
|
||||||
$python tools/a_atleast_b.py $this_python $MIN_PYTHON_VERSION
|
$python tools/a_atleast_b.py "${this_python}" "${MIN_PYTHON_VERSION}"
|
||||||
# Check OpenSSL version
|
# Check OpenSSL version
|
||||||
vline=$($gam version extended | grep "OpenSSL ")
|
vline=$($gam version extended | grep "OpenSSL ")
|
||||||
openssl_line=($vline)
|
openssl_line=($vline)
|
||||||
this_openssl="${openssl_line[1]}"
|
this_openssl="${openssl_line[1]}"
|
||||||
$python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}"
|
$python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}"
|
||||||
|
# done
|
||||||
|
|
||||||
- name: Live API tests - build jobs only
|
- name: Live API tests - build jobs only
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user