From d4001798a560b14225d0b009b6fbd405da63987b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20Li=C3=A9tar?= Date: Wed, 4 Dec 2024 14:55:28 +0000 Subject: [PATCH] update --- .github/workflows/R-CMD-check.yaml | 5 ----- 1 file changed, 5 deletions(-) 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: