Skip to content

Commit 7f3e380

Browse files
authored
resolves the libudev-sys build script failure
Rearranged the order of package installations for better clarity and organization.
1 parent f982e4c commit 7f3e380

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
run: |
3232
sudo apt-get update
3333
sudo apt-get install -y \
34-
libwebkit2gtk-4.1-dev \
35-
libappindicator3-dev \
36-
librsvg2-dev \
37-
patchelf \
38-
libudev-dev \
39-
pkg-config
34+
pkg-config \
35+
libudev-dev \
36+
libwebkit2gtk-4.1-dev \
37+
libappindicator3-dev \
38+
librsvg2-dev \
39+
patchelf
4040
4141
# 安装前端依赖(根据你的包管理器调整:npm/yarn/pnpm)
4242
- name: install frontend dependencies

0 commit comments

Comments
 (0)