Skip to content

Commit

Permalink
fix: install llvm-tools-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ngutech21 committed Mar 22, 2024
1 parent 4e4fb86 commit b11814d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ jobs:
- name: Install stable
uses: dtolnay/rust-toolchain@stable
with:
components: llvm-tools-preview
toolchain: stable
- name: Install llvm-tools-preview
run: rustup component add llvm-tools-preview
- name: cargo install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: cargo generate-lockfile
Expand Down

0 comments on commit b11814d

Please sign in to comment.