ci: Testing manual install of bindgen

This commit is contained in:
2025-09-14 15:03:56 -06:00
parent b5ad622798
commit 8b3c9c822e
3 changed files with 52 additions and 9 deletions
+2 -3
View File
@@ -58,9 +58,8 @@ gcloud-sdk = { version = "0.28.1", features = [
crc32c = "0.6.8"
azure_identity = "0.27.0"
azure_security_keyvault_secrets = "0.6.0"
#openssl = { version = "0.10", features = ["vendored"] }
#openssl-sys = { version = "0.9", features = ["vendored"] }
#aws-lc-sys = { version = "0.31.0", features = ["bindgen"] }
openssl = { version = "0.10", features = ["vendored"] }
aws-lc-sys = { version = "0.31.0", features = ["bindgen"] }
[dev-dependencies]
pretty_assertions = "1.4.1"