From d711a15442d8eaf0c19a0d93c057cfb78c3f1e19 Mon Sep 17 00:00:00 2001 From: LeonardoTrapani Date: Sun, 7 Sep 2025 20:56:58 +0200 Subject: [PATCH] fix ci cd installations for tests --- .github/workflows/ci.yml | 5 ++++- .github/workflows/release.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3266fa1..7fefb3a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,10 @@ jobs: pkg-config \ libasound2-dev \ libpulse-dev \ - libpipewire-0.3-dev + libpipewire-0.3-dev \ + pipewire-bin \ + wl-clipboard \ + wtype - name: Download dependencies run: go mod download diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 519e7bf..16fd81f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,10 @@ jobs: pkg-config \ libasound2-dev \ libpulse-dev \ - libpipewire-0.3-dev + libpipewire-0.3-dev \ + pipewire-bin \ + wl-clipboard \ + wtype - name: Extract version from tag id: version