File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
.github/actions/install-dependencies
ci/LDKSwift/Tests/LDKSwiftTests Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 30
30
run : |
31
31
rustup toolchain install nightly-2022-05-13
32
32
rustup target add aarch64-apple-darwin aarch64-apple-ios x86_64-apple-ios
33
- rustup component add rust-src --toolchain nightly-x86_64-apple-darwin
33
+ rustup component add rust-src --toolchain nightly-2022-05-13- x86_64-apple-darwin
34
34
- name : Load Cache
35
35
if : ${{ inputs.configureRustNightly == 'true' }}
36
36
uses : actions/cache@v3
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ import LDKHeaders
11
11
#endif
12
12
import XCTest
13
13
14
+ #if canImport(FoundationNetworking)
15
+ import FoundationNetworking
16
+ #endif
17
+
14
18
class LDKSwiftTests : XCTestCase {
15
19
16
20
override func setUpWithError( ) throws {
You can’t perform that action at this time.
0 commit comments