Skip to content

Commit

Permalink
ci: fix build after Ubuntu 24.04 transition
Browse files Browse the repository at this point in the history
  • Loading branch information
languitar committed Jan 12, 2025
1 parent a340441 commit 16c87c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: install cairo
run: apt update && apt install -y libcairo2-dev
- uses: actions/checkout@v4
with:
fetch-depth: 0
Expand Down

0 comments on commit 16c87c2

Please sign in to comment.