mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 07:37:26 -05:00
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:
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user