There was an error while loading. Please reload this page.
1 parent e7faaea commit 02c24c5Copy full SHA for 02c24c5
1 file changed
.github/workflows/release.yml
@@ -101,6 +101,26 @@ jobs:
101
fetch-depth: 0
102
- name: Install Rust toolchain
103
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
124
- name: Run release-plz
125
uses: release-plz/action@v0.5
126
with:
0 commit comments