Skip to content

Commit f6a5a9f

Browse files
ci: 在构建工作流中添加缺失的逗号
修复构建工作流中依赖项列表的格式问题,确保最后一个依赖项后也有逗号
1 parent 36744ef commit f6a5a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146
gir1.2-ayatanaappindicator3-0.1,
147147
libcairo2,
148148
libgtk-3-0,
149-
libwebkit2gtk-4.1-0
149+
libwebkit2gtk-4.1-0,
150150
libgirepository-2.0
151151
Maintainer: SECTL <sectl@example.com>
152152
Homepage: https://github.com/sectl/AssignSticker

0 commit comments

Comments
 (0)