diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a76eb462c..1ada7e83c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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