mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2025-02-17 06:00:06 +00:00
Add missing gtk module
This commit is contained in:
parent
8760f56a90
commit
ebd5523faa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue