Skip to content

Commit

Permalink
install tarbaulin
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Mar 18, 2024
1 parent a5b68fd commit d993d3d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ jobs:
uses: actions/checkout@v3

- name: Install rust
run: rustup toolchain install stable --profile minimal
run: |
rustup toolchain install stable
rustup default stable
rustup update
- name: Caching
uses: Swatinem/rust-cache@v2
Expand Down

0 comments on commit d993d3d

Please sign in to comment.