Skip to content

Commit 2b74e4a

Browse files
authored
Add swift-nio in SWIFTCI_USE_LOCAL_DEPS clause
1 parent c6ea692 commit 2b74e4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

[email protected]

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
159159
package.dependencies += [
160160
.package(path: "../swift-argument-parser"),
161161
.package(path: "../swift-system"),
162+
.package(path: "../swift-nio"),
162163
]
163164
}
164165

0 commit comments

Comments
 (0)