Skip to content

Commit

Permalink
Merge pull request #408 from artichoke/lopopolo/audit-workflow-artich…
Browse files Browse the repository at this point in the history
…oke-setup-rust

Replace actions-rs/toolchain with artichoke/setup-rust for code coverage workflow
  • Loading branch information
lopopolo authored Dec 21, 2022
2 parents 5289869 + 610a006 commit 6c7f80e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions github-org-artichoke/templates/rust-code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
components: llvm-tools-preview
- name: Install nightly Rust toolchain
uses: artichoke/setup-rust/code-coverage@v1

- name: Setup grcov
run: |
Expand Down

0 comments on commit 6c7f80e

Please sign in to comment.