Add missing gtk module

This commit is contained in:
dcvz 2024-06-03 22:49:04 +02:00
parent 8760f56a90
commit ebd5523faa
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Install Linux Dependencies
run: |
apt-get update
apt-get install -y g++-11
apt-get install -y libcanberra-gtk-module libcanberra-gtk3-module
- name: Prepare Build
run: |-
git clone ${{ secrets.ZRE_REPO_WITH_PAT }}