Skip to content

Commit fdfbbd4

Browse files
author
Jingzhou Gary Xue
committed
fix: add libasound2-dev to cx-release dependencies
1 parent b240f86 commit fdfbbd4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cx-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,8 @@ jobs:
100100
libxkbcommon-x11-dev \
101101
libwayland-dev \
102102
libssl-dev \
103-
libegl1-mesa-dev
103+
libegl1-mesa-dev \
104+
libasound2-dev
104105
105106
- name: Build
106107
run: cargo build --release

0 commit comments

Comments
 (0)