Update GitHub Actions workflow to include gnutls library for native dependencies

- Added the installation of the `libgnutls28-dev` package to the x86_64 native dependencies setup in the release workflow, enhancing security and compatibility for multimedia processing.
This commit is contained in:
Jamie Pine
2026-02-05 20:10:46 -08:00
parent 50ff7302cb
commit bbfa798d7a

View File

@@ -151,7 +151,8 @@ jobs:
libswresample-dev \
libva-dev \
libva-drm2 \
libva2
libva2 \
libgnutls28-dev
- name: Setup native dependencies (x86_64)
if: matrix.settings.target == 'x86_64-unknown-linux-gnu'