diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 38c420bb..e19c598e 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -38,11 +38,6 @@ jobs: # This action will cache the result and re-use it on subsequent builds. # The cache is keyed by Git revision, allowing us to pick up new versions # of the server immediately. - - name: Set up Rust - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - - name: Install outpack server uses: baptiste0928/cargo-install@v3 with: