Skip to content

Commit 68ea142

Browse files
authored
fix release-plz CI (#698)
* fix release-plz CI * Update installation command for VA-API/NVIDIA drivers
1 parent 9d979b3 commit 68ea142

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
submodules: recursive
2929
- name: Install Rust toolchain
3030
uses: dtolnay/rust-toolchain@stable
31+
- name: Install VA-API/NVIDIA drivers for build
32+
run: |
33+
sudo apt update -y
34+
sudo apt install -y libva-dev libdrm-dev libnvidia-compute-570 libnvidia-decode-570 nvidia-cuda-dev -y
3135
- name: Run release-plz
3236
uses: release-plz/action@v0.5
3337
id: release-plz

0 commit comments

Comments
 (0)