Skip to content

Commit

Permalink
test nightly installation
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Zaporozhets <[email protected]>
  • Loading branch information
Nikita Zaporozhets committed Jan 24, 2024
1 parent 41bf141 commit 7118ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- name: Setup Rust
uses: ATiltedTree/[email protected]
with:
rust-version: stable
rust-version: nightly-2024-01-15

- name: Install llvm tools
run: rustup component add llvm-tools-preview

- name: Install grcov
run: cargo install grcov
run: cargo install grcov

- name: Install packages
run: |
Expand Down

0 comments on commit 7118ed4

Please sign in to comment.