Pin nightly version due to build failures with more recent versions

Seeing failures on rustc 1.61.0-nightly (0677edc86 2022-03-31).
pull/230/head
Wilfred Hughes 2022-04-02 16:07:41 +07:00
parent e472acb805
commit a4ca19f9f9
1 changed files with 1 additions and 1 deletions

@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Rust
run: rustup toolchain install nightly --component llvm-tools-preview
run: rustup toolchain install nightly-2022-03-30 --component llvm-tools-preview
- name: Install cargo-llvm-cov
run: curl -LsSf https://github.com/taiki-e/cargo-llvm-cov/releases/latest/download/cargo-llvm-cov-x86_64-unknown-linux-gnu.tar.gz | tar xzf - -C ~/.cargo/bin
- name: Generate code coverage