We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a8805 commit b4a7cc1Copy full SHA for b4a7cc1
1 file changed
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
- backend: linux-system
69
runs-on: ubuntu-latest
70
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"
+ 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"
72
briefcase-target: "linux system"
73
74
# - backend: linux-appimage
0 commit comments