Skip to content

Commit 4209242

Browse files
authored
Merge pull request swiftlang#338 from neonichu/tsc-standalone
Move to standalone TSC in CI configuration
2 parents 3a1355e + 8c62122 commit 4209242

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
@@ -243,7 +243,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
243243
package.dependencies += [
244244
.package(name: "IndexStoreDB", path: "../indexstore-db"),
245245
.package(name: "SwiftPM", path: "../swiftpm"),
246-
.package(path: "../swiftpm/swift-tools-support-core"),
246+
.package(path: "../swift-tools-support-core"),
247247
.package(path: "../swift-argument-parser")
248248
]
249249
}

0 commit comments

Comments
 (0)