Skip to content

Commit

Permalink
ci: fix missing tools in coverage workflow
Browse files Browse the repository at this point in the history
Issues introduced in this PR:

#484
  • Loading branch information
josecelano committed Feb 12, 2024
1 parent 2eaeba8 commit 1e96237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
name: Install Tools
uses: taiki-e/install-action@v2
with:
tool: grcov
tool: cargo-llvm-cov, cargo-nextest, grcov

- id: imdl
name: Install Intermodal
Expand Down

0 comments on commit 1e96237

Please sign in to comment.