diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5be6af5..5c7b945 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name == 'pull_request' }} steps: + - name: install cairo + run: sudo apt-get update && sudo apt-get install -y libcairo2-dev - uses: actions/checkout@v4 with: fetch-depth: 0