From ac75aac455d22916ee3049b5a65c6071109ab2ec Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 6 Jan 2021 00:43:16 +0000 Subject: [PATCH] CI: Set toolchain for book tests --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a82544d..6801342 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,6 +69,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - uses: actions-rs/toolchain@v1 + with: + toolchain: stable + override: true - name: cargo build uses: actions-rs/cargo@v1 with: