We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304ccf5 commit edb9486Copy full SHA for edb9486
.github/workflows/macos-clang.yml
@@ -68,7 +68,7 @@ jobs:
68
build-type: ["Debug", "Release"]
69
# Botan needs std::ranges but clang on macOS doesn't support it yet
70
# Support (none, openssl, botan-3, auto)
71
- tls-provider: ["openssl"]
+ tls-provider: ["openssl", "botan-3"]
72
73
steps:
74
- name: Install dependencies
0 commit comments