File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
57
57
} else {
58
58
// Building in the Swift.org CI system, so rely on local versions of dependencies.
59
59
package . dependencies += [
60
- . package ( path: " ../swift- cmark-gfm " ) ,
60
+ . package ( path: " ../cmark " ) ,
61
61
. package ( path: " ../swift-argument-parser " ) ,
62
62
]
63
63
}
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ if ProcessInfo.processInfo.environment["SWIFTCI_USE_LOCAL_DEPS"] == nil {
64
64
} else {
65
65
// Building in the Swift.org CI system, so rely on local versions of dependencies.
66
66
package . dependencies += [
67
- . package ( path: " ../swift- cmark-gfm " ) ,
67
+ . package ( path: " ../cmark " ) ,
68
68
. package ( path: " ../swift-argument-parser " ) ,
69
69
]
70
70
}
You can’t perform that action at this time.
0 commit comments