Merge pull request #202 from str4d/coverage-build-fix

CI: Use stable Rust release for code coverage
This commit is contained in:
str4d 2020-02-03 19:05:34 +00:00 committed by GitHub
commit 903c02b991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -69,9 +69,10 @@ jobs:
steps:
- uses: actions/checkout@v1
# Use stable for this to ensure that cargo-tarpaulin can be built.
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.37.0
toolchain: stable
override: true
- name: Install cargo-tarpaulin
uses: actions-rs/cargo@v1