Skip to content

Commit

Permalink
install cmake for coverage CI
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Sep 19, 2024
1 parent 648db0c commit 30567c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/Coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install CMake
run: sudo apt-get update && sudo apt-get install -y cmake

- name: Generate code coverage
run: |
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
Expand Down

0 comments on commit 30567c3

Please sign in to comment.