Skip to content

Commit

Permalink
fix: Cache grcov and taskwarrior-tui with same build action
Browse files Browse the repository at this point in the history
  • Loading branch information
RedEtherbloom committed Nov 13, 2024
1 parent 03dba86 commit 07e334a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/generate_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,18 @@ jobs:
# prepare taskwarrior, initial setup
task rc.confirmation=off || echo 0
- name: Install Rust toolchain for grcov compilation
- name: Install Rust toolchains for grcov and taskwarrior-tui compilation
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable
toolchain: nightly
override: true
components: llvm-tools-preview
- name: Install grcov
uses: clechasseur/rs-cargo@v2
with:
command: install
args: grcov

- name: Install Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: nightly
override: true
components: llvm-tools-preview
- name: Checkout testdata
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 07e334a

Please sign in to comment.