We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dec663 commit bdfe084Copy full SHA for bdfe084
1 file changed
.github/workflows/building.yml
@@ -41,7 +41,7 @@ jobs:
41
if: runner.os == 'Linux'
42
run: |
43
sudo apt update
44
- yes | sudo apt install python3 python3-pip python3-venv libgirepository-2.0-dev gir1.2-gtk-3.0 gir1.2-webkit2-4.1 cmake libcanberra-gtk-module libcanberra-gtk3-module xvfb pkg-config python3-cairo
+ yes | sudo apt install python3 python3-pip python3-venv libgirepository-2.0-dev gir1.2-gtk-3.0 gir1.2-webkit2-4.1 cmake libcanberra-gtk-module libcanberra-gtk3-module xvfb pkg-config python3-cairo libcairo2-dev
45
46
- name: Install Python dependencies (Linux/MacOS)
47
if: runner.os != 'Windows'
0 commit comments