From 563f99788416a23f50540552c46a88a91aaa6962 Mon Sep 17 00:00:00 2001 From: decipher3114 Date: Thu, 24 Oct 2024 01:21:01 +0530 Subject: [PATCH] fix: add missing packages to `release.yml` --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c006a7f..7cd819b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: if: matrix.os == 'ubuntu-latest' uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: libgtk-3-dev libxdo-dev libappindicator3-dev + packages: libgtk-3-dev libxdo-dev libayatana-appindicator3-dev libxcb1 libxrandr2 libdbus-1-3 version: 1.0 - name: Setup Windows