Skip to content

Commit

Permalink
fix: add missing packages to release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
decipher3114 committed Oct 23, 2024
1 parent 3fe8a7a commit 563f997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 563f997

Please sign in to comment.