Skip to content

Commit

Permalink
Merge pull request #950 from psychon/ci-ubuntu-latest
Browse files Browse the repository at this point in the history
Add missing dependency to CI
  • Loading branch information
mergify[bot] authored Jan 11, 2025
2 parents de064c3 + 3059cc3 commit a335f53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
clippy-rustfmt:
runs-on: ubuntu-latest
steps:
- name: Install cairo-rs dependencies
run: sudo apt-get update && sudo apt-get install -y libglib2.0-dev libcairo2-dev
- uses: actions/checkout@v4
- name: Install rustfmt and clippy
uses: dtolnay/rust-toolchain@stable
Expand Down Expand Up @@ -85,6 +87,8 @@ jobs:
- rust: nightly

steps:
- name: Install cairo-rs dependencies
run: sudo apt-get update && sudo apt-get install -y libglib2.0-dev libcairo2-dev
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
Expand Down

0 comments on commit a335f53

Please sign in to comment.