From fb9eb3b4832bc5f773a4f098b0ba552e9a87464b Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 15 Feb 2021 15:39:16 +0000 Subject: [PATCH] CI: Run intra-doc checks on stable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13f6fbc..4a42387 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: stable override: true - name: cargo fetch uses: actions-rs/cargo@v1