Skip to content

Commit 02c24c5

Browse files
authored
Update release.yml (#902)
1 parent e7faaea commit 02c24c5

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,26 @@ jobs:
101101
fetch-depth: 0
102102
- name: Install Rust toolchain
103103
uses: dtolnay/rust-toolchain@stable
104+
- name: Install VA-API/NVIDIA drivers and other dependencies for build
105+
run: |
106+
sudo apt update -y
107+
sudo apt install \
108+
libnvidia-compute-570 \
109+
libnvidia-decode-570 \
110+
nvidia-cuda-dev \
111+
libasound2-dev \
112+
libssl-dev \
113+
libx11-dev \
114+
libgl1-mesa-dev \
115+
libxext-dev \
116+
libva-dev \
117+
libdrm-dev \
118+
libgbm-dev \
119+
libxfixes-dev \
120+
libxdamage-dev \
121+
libxrandr-dev \
122+
libxcomposite-dev \
123+
libglib2.0-dev -y
104124
- name: Run release-plz
105125
uses: release-plz/action@v0.5
106126
with:

0 commit comments

Comments
 (0)