File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 26
26
cxx-interop :
27
27
name : Cxx interop
28
28
uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main
29
+
30
+ static-sdk :
31
+ name : Static SDK
32
+ # Workaround https://github.com/nektos/act/issues/1875
33
+ uses : apple/swift-nio/.github/workflows/static_sdk.yml@main
Original file line number Diff line number Diff line change 37
37
cxx-interop :
38
38
name : Cxx interop
39
39
uses : apple/swift-nio/.github/workflows/cxx_interop.yml@main
40
+
41
+ static-sdk :
42
+ name : Static SDK
43
+ # Workaround https://github.com/nektos/act/issues/1875
44
+ uses : apple/swift-nio/.github/workflows/static_sdk.yml@main
Original file line number Diff line number Diff line change 14
14
15
15
#if canImport(FoundationEssentials)
16
16
import FoundationEssentials
17
- import Glibc
18
17
#else
19
18
import Foundation
20
19
#endif
@@ -23,6 +22,10 @@ import SwiftASN1
23
22
import WinSDK
24
23
#elseif canImport(Android)
25
24
import Android
25
+ #elseif canImport(Glibc)
26
+ import Glibc
27
+ #elseif canImport(Musl)
28
+ import Musl
26
29
#endif
27
30
28
31
/// A ``VerifierPolicy`` that validates that the leaf certificate is authoritative
You can’t perform that action at this time.
0 commit comments