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 {
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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments