Skip to content

Commit 07e81a3

Browse files
committed
fix: Cache grcov and taskwarrior-tui with same build action
1 parent 03dba86 commit 07e81a3

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/generate_coverage.yml

+2-7
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,18 @@ jobs:
1616
# prepare taskwarrior, initial setup
1717
task rc.confirmation=off || echo 0
1818
19-
- name: Install Rust toolchain for grcov compilation
19+
- name: Install Rust toolchains for grcov and taskwarrior-tui compilation
2020
uses: actions-rust-lang/setup-rust-toolchain@v1
2121
with:
2222
toolchain: stable
2323
override: true
24+
components: llvm-tools-preview
2425
- name: Install grcov
2526
uses: clechasseur/rs-cargo@v2
2627
with:
2728
command: install
2829
args: grcov
2930

30-
- name: Install Rust toolchain
31-
uses: actions-rust-lang/setup-rust-toolchain@v1
32-
with:
33-
toolchain: nightly
34-
override: true
35-
components: llvm-tools-preview
3631
- name: Checkout testdata
3732
uses: actions/checkout@v4
3833
with:

0 commit comments

Comments
 (0)