fix: Update OpenSSL path to absolute for consistency across environments
/ test-bash (push) Successful in 14s
/ test-python (push) Successful in 15s
/ test-go (push) Successful in 9m38s

This commit is contained in:
2026-05-24 12:52:44 +02:00
parent e342c4ced7
commit 215bd25fc7
+1 -1
View File
@@ -29,7 +29,7 @@ import re
import subprocess
import sys
OPENSSL = "openssl"
OPENSSL = "/usr/bin/openssl"
def _err(msg):