Update build-release.yml

add build dependencies installation
This commit is contained in:
arabian
2025-09-26 00:49:40 +03:00
committed by GitHub
parent 6d66b57d1b
commit ad2c15f9e3
+8 -2
View File
@@ -22,8 +22,14 @@ jobs:
with:
toolchain: stable
- name: Install helpers
run: sudo apt-get update && sudo apt-get install -y zip jq
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
zip jq \
libpipewire-0.3-dev \
libclang-dev \
libasound2-dev
- name: Extract all binary names
id: cargo-meta