From 8a5cca799b83f065643c9cd20e01da9f1a9dc8ea Mon Sep 17 00:00:00 2001 From: Psychotoxical Date: Wed, 11 Mar 2026 23:16:11 +0100 Subject: [PATCH] ci: add libunwind-dev to release workflow --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5a212ba9..19cc7091 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,6 +32,7 @@ jobs: sudo apt-get update sudo apt-get install -y \ libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf \ + libunwind-dev \ libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev \ gstreamer1.0-plugins-base gstreamer1.0-plugins-good \ gstreamer1.0-plugins-bad gstreamer1.0-libav