Skip to content

Commit 1dac3eb

Browse files
authored
Set relatedDependenciesBranch to release/5.6 (#3919)
1 parent ebf7c43 commit 1dac3eb

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
@@ -539,7 +539,7 @@ let package = Package(
539539
// this right now.
540540

541541
/// When not using local dependencies, the branch to use for llbuild and TSC repositories.
542-
let relatedDependenciesBranch = "main"
542+
let relatedDependenciesBranch = "release/5.6"
543543

544544
if ProcessInfo.processInfo.environment["SWIFTPM_LLBUILD_FWK"] == nil {
545545
if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {

0 commit comments

Comments
 (0)