We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dba86 commit 07e81a3Copy full SHA for 07e81a3
.github/workflows/generate_coverage.yml
@@ -16,23 +16,18 @@ jobs:
16
# prepare taskwarrior, initial setup
17
task rc.confirmation=off || echo 0
18
19
- - name: Install Rust toolchain for grcov compilation
+ - name: Install Rust toolchains for grcov and taskwarrior-tui compilation
20
uses: actions-rust-lang/setup-rust-toolchain@v1
21
with:
22
toolchain: stable
23
override: true
24
+ components: llvm-tools-preview
25
- name: Install grcov
26
uses: clechasseur/rs-cargo@v2
27
28
command: install
29
args: grcov
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
36
- name: Checkout testdata
37
uses: actions/checkout@v4
38
0 commit comments