We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
release/5.10
1 parent 506dbe3 commit e21f843Copy full SHA for e21f843
Package.swift
@@ -247,7 +247,7 @@ let package = Package(
247
// for building the swift toolchain, such as `update-checkout`, or cross-repo PR tests.
248
249
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
250
- let relatedDependenciesBranch = "main"
+ let relatedDependenciesBranch = "release/5.10"
251
252
// Building standalone.
253
package.dependencies += [
0 commit comments