Skip to content

Commit

Permalink
Work around missing dependencies on updated ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
nuttycom committed Jan 29, 2025
1 parent df77b1b commit 7b90ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]

steps:
- uses: actions/checkout@v4
- name: Run tests
Expand All @@ -28,6 +27,8 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
id: toolchain
- run: rustup override set ${{steps.toolchain.outputs.name}}
- if: matrix.name == 'ubuntu-latest'
run: sudo apt-get -y install libfontconfig1-dev jq
- name: Remove lockfile to build with latest dependencies
run: rm Cargo.lock
- name: Build crate
Expand Down Expand Up @@ -101,7 +102,6 @@ jobs:
container:
image: xd009642/tarpaulin:develop-nightly
options: --security-opt seccomp=unconfined

steps:
- uses: actions/checkout@v4
- name: Generate coverage report
Expand Down

0 comments on commit 7b90ad6

Please sign in to comment.