Skip to content

Commit

Permalink
Pin rust for coverage ci to nightly-2022-06-30 to circumvent rust-lan…
Browse files Browse the repository at this point in the history
  • Loading branch information
kezhuw committed Jul 10, 2022
1 parent f1abd15 commit 1b0d023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: nightly-2022-06-30
override: true
components: llvm-tools-preview
- run: cargo install grcov
Expand Down

0 comments on commit 1b0d023

Please sign in to comment.