From dc7499a6c6667f469437b10e0549352652407e60 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Sat, 11 Jan 2020 13:31:43 -0500 Subject: ci: switch to actions-rs/toolchain --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4a0e40..cbf53bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 -- cgit v1.2.3