mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-21 14:41:37 +00:00
actions: allow TLS 1.2 to see if it fixes Python 3.12
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -637,6 +637,8 @@ jobs:
|
||||
$gam config domain "pdl.jaylee.us" save
|
||||
$gam config admin_email "${gam_user}" save
|
||||
$gam config enable_dasa false save
|
||||
# temp attempt to fix Python 3.12 and WIF issues
|
||||
$gam config tls_min_version TLSv1_2 save
|
||||
$gam oauth info
|
||||
$gam oauth refresh
|
||||
$gam config enable_dasa true save
|
||||
|
||||
Reference in New Issue
Block a user