Skip to content

Commit

Permalink
Set rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
shapeshed committed Sep 5, 2023
1 parent 08221d6 commit cf24cf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ jobs:
steps:
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: 1.69.0
override: true
- uses: actions/checkout@v3
- name: Install Rust
run: rustup toolchain install nightly --component llvm-tools-preview
run: rustup toolchain install --component llvm-tools-preview
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
Expand Down

0 comments on commit cf24cf6

Please sign in to comment.