Skip to content

Commit

Permalink
Make sure llvm-tools are installed for the coverage components
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jun 20, 2024
1 parent 0239169 commit c5c1fbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,9 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.target }}-build-${{ env.cache-name }}-
- name: Install Rust
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@master
toolchain: nightly
components: llvm-tools
- name: cargo install llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: cargo generate lockfile
Expand Down

0 comments on commit c5c1fbf

Please sign in to comment.