From 97d86ff9123fb9c8b5bc59252f574c9dfa907d9f Mon Sep 17 00:00:00 2001 From: Jacob Wujciak-Jens Date: Tue, 10 Jun 2025 00:31:04 +0200 Subject: [PATCH] Replace actions-rs actions --- .github/workflows/codecov.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 8005606..1768e6e 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -32,11 +32,9 @@ jobs: submodules: true - name: Install protoc run: sudo apt-get install -y protobuf-compiler - - uses: actions-rs/toolchain@v1 - with: - profile: minimal - toolchain: stable - override: true + - run: | + rustup toolchain add --profile=minimal stable + rustup override set stable - name: Install and Run Tarpaulin run: | cargo install cargo-tarpaulin