chore: fix CI build issue

This commit is contained in:
CMK 2022-04-13 20:54:34 +08:00
parent 080f20d253
commit 8e0d526708
1 changed files with 3 additions and 1 deletions

View File

@ -60,7 +60,9 @@ let package = Package(
),
.target(
name: "MastodonCommon",
dependencies: []
dependencies: [
"MastodonExtension"
]
),
.target(
name: "MastodonExtension",