chore: fix CI build issue
This commit is contained in:
parent
080f20d253
commit
8e0d526708
|
@ -60,7 +60,9 @@ let package = Package(
|
|||
),
|
||||
.target(
|
||||
name: "MastodonCommon",
|
||||
dependencies: []
|
||||
dependencies: [
|
||||
"MastodonExtension"
|
||||
]
|
||||
),
|
||||
.target(
|
||||
name: "MastodonExtension",
|
||||
|
|
Loading…
Reference in New Issue