Skip to content

Commit 5d00ea9

Browse files
committed
test: Temporarily use main branch of swift-nio for testing CI change.
1 parent d0dbb2c commit 5d00ea9

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Package.resolved

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ let package = Package(
1616

1717
// TODO: SM: Revert before merging. Temporarily using PL nio to test fix for NIOCore.
1818
// .package(url: "https://github.com/apple/swift-nio.git", from: "2.0.0"),
19-
.package(
20-
url: "https://github.com/PassiveLogic/swift-nio.git",
21-
branch: "fix/fix-niocore-build-for-wasip1"
22-
),
19+
.package(url: "https://github.com/PassiveLogic/swift-nio.git", branch: "main"),
2320
],
2421
targets: [
2522
.target(

0 commit comments

Comments
 (0)