Skip to content

Commit 327b142

Browse files
use "cmark" instead of "swift-cmark-gfm" in the toolchain build
rdar://90461704
1 parent 97df6e2 commit 327b142

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
5757
} else {
5858
// Building in the Swift.org CI system, so rely on local versions of dependencies.
5959
package.dependencies += [
60-
.package(path: "../swift-cmark-gfm"),
60+
.package(path: "../cmark"),
6161
.package(path: "../swift-argument-parser"),
6262
]
6363
}

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
6464
} else {
6565
// Building in the Swift.org CI system, so rely on local versions of dependencies.
6666
package.dependencies += [
67-
.package(path: "../swift-cmark-gfm"),
67+
.package(path: "../cmark"),
6868
.package(path: "../swift-argument-parser"),
6969
]
7070
}

0 commit comments

Comments
 (0)