Skip to content

Commit f982e4c

Browse files
authored
Update Ubuntu dependency installation in release.yml
Added additional dependencies for Ubuntu builds.
1 parent bb78d17 commit f982e4c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,13 @@ jobs:
3030
if: matrix.platform == 'ubuntu-22.04'
3131
run: |
3232
sudo apt-get update
33-
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
33+
sudo apt-get install -y \
34+
libwebkit2gtk-4.1-dev \
35+
libappindicator3-dev \
36+
librsvg2-dev \
37+
patchelf \
38+
libudev-dev \
39+
pkg-config
3440
3541
# 安装前端依赖(根据你的包管理器调整:npm/yarn/pnpm)
3642
- name: install frontend dependencies

0 commit comments

Comments
 (0)