ci: switch to actions-rs/toolchain

This commit is contained in:
Andrew Gallant 2020-01-11 13:31:43 -05:00
parent 003ee8378c
commit dc7499a6c6
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -52,9 +52,10 @@ jobs:
with:
fetch-depth: 1
- name: Install Rust
uses: hecrj/setup-rust-action@v1
uses: actions-rs/toolchain@v1
with:
rust-version: ${{ matrix.rust }}
toolchain: ${{ matrix.rust }}
profile: minimal
- run: cargo build --verbose
- run: cargo doc --verbose
- if: startsWith(matrix.build, 'pinned-') == false