Skip to content

Commit

Permalink
install package libcairo2-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
LiliDeng committed Jan 3, 2025
1 parent 5e26ece commit 3a06f1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- os: ubuntu-latest
python-version: '3.10'
nox-session: pylint
additional-sys-deps: libvirt-dev
additional-sys-deps: libvirt-dev libcairo2-dev

- os: ubuntu-latest
python-version: '3.8'
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt update
sudo apt install libgirepository1.0-dev ${{ matrix.additional-sys-deps }}
sudo apt install libgirepository1.0-dev ${{ matrix.additional-sys-deps }}
if: startsWith(matrix.os, 'ubuntu')

- name: Install Nox
Expand Down

0 comments on commit 3a06f1b

Please sign in to comment.