mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-18 13:11:37 +00:00
actions take 55
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -123,8 +123,8 @@ jobs:
|
||||
# Check OpenSSL version
|
||||
vline=$($gam version extended | grep "OpenSSL ")
|
||||
openssl_line=($vline)
|
||||
this_openssl=${openssl_line[1]}
|
||||
$python tools/a_atleast_b.py $this_openssl $MIN_OPENSSL_VERSION
|
||||
this_openssl="${openssl_line[1]}"
|
||||
$python tools/a_atleast_b.py "${this_openssl}" "${MIN_OPENSSL_VERSION}"
|
||||
|
||||
- name: Live API tests - build jobs only
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user