mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +00:00
actions take 54
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -101,6 +101,6 @@ jobs:
|
||||
this_openssl=${openssl_line[1]}
|
||||
$python tools/a_atleast_b.py $this_openssl $MIN_OPENSSL_VERSION
|
||||
# Check TLS version in use
|
||||
$gam version extended | grep TLSv1\.[23]; fi # Builds should default TLS 1.2 or 1.3 to Google
|
||||
GAM_TLS_MIN_VERSION=TLSv1_2 $gam version extended location tls-v1-0.badssl.com:1010; [[ $? == 3 ]]; # expect fail since server doesn't support our TLS version
|
||||
$gam version extended | grep TLSv1\.[23] # Builds should default TLS 1.2 or 1.3 to Google
|
||||
GAM_TLS_MIN_VERSION=TLSv1_2 $gam version extended location tls-v1-0.badssl.com:1010; [[ $? == 3 ]] # expect fail since server doesn't support our TLS version
|
||||
|
||||
|
||||
Reference in New Issue
Block a user