diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd2b256..627b0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,8 @@ jobs: target: ${{ matrix.target }} components: clippy + - run: rustup default ${{ matrix.toolchain }} + - name: Sccache cache uses: mozilla-actions/sccache-action@v0.0.3 with: