Skip to content

Commit faa6762

Browse files
committed
test
1 parent fd1f17f commit faa6762

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/matrix.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,9 @@ def main(ref_name):
248248

249249
openssl_supports_quic = False
250250
try:
251-
openssl_supports_quic = version(ssl.split("OPENSSL_VERSION=",1)[1]) > version("3.5.0")
251+
openssl_supports_quic = Version(ssl.split("OPENSSL_VERSION=",1)[1]) > Version("3.5.0")
252252
except:
253-
print("An exception occurred")
253+
pass
254254

255255
if openssl_supports_quic:
256256
flags.append("USE_QUIC=1")

0 commit comments

Comments
 (0)