Skip to content

Commit bdfe084

Browse files
committed
ubuntu cairo dev not found and fixed
1 parent 5dec663 commit bdfe084

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/building.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: runner.os == 'Linux'
4242
run: |
4343
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
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 libcairo2-dev
4545
4646
- name: Install Python dependencies (Linux/MacOS)
4747
if: runner.os != 'Windows'

0 commit comments

Comments
 (0)