Skip to content

Commit b4a7cc1

Browse files
committed
Add missing libcanberra system requirement.
1 parent 27a8805 commit b4a7cc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
- backend: linux-system
6969
runs-on: ubuntu-latest
7070
python-version: "system"
71-
pre-command: "sudo apt update -y && sudo apt install -y --no-install-recommends python3-dev python3-pip libcairo2-dev libgirepository1.0-dev gir1.2-gtk-3.0"
71+
pre-command: "sudo apt update -y && sudo apt install -y --no-install-recommends python3-dev python3-pip libcairo2-dev libgirepository1.0-dev gir1.2-gtk-3.0 libcanberra-gtk3-module"
7272
briefcase-target: "linux system"
7373

7474
# - backend: linux-appimage

0 commit comments

Comments
 (0)