Skip to content

Commit 4b16b17

Browse files
committed
Revert changes to Package.swift
1 parent f705ed2 commit 4b16b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ if !shouldUseSwiftBuildFramework {
11701170

11711171
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
11721172
package.dependencies += [
1173-
.package(path: "../swift-build"),
1173+
.package(url: "https://github.com/swiftlang/swift-build.git", branch: relatedDependenciesBranch),
11741174
]
11751175
} else {
11761176
package.dependencies += [

0 commit comments

Comments
 (0)