This is an automated email from the ASF dual-hosted git repository.
lizhimin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-clients.git
The following commit(s) were added to refs/heads/master by this push:
new 444c7640 [Rust] Fix Github Rust Workflow (#1090)
444c7640 is described below
commit 444c7640d2d9912cfe37f47c1dc3b26e7d181066
Author: EnableAsync <[email protected]>
AuthorDate: Thu Aug 28 10:12:55 2025 +0800
[Rust] Fix Github Rust Workflow (#1090)
---
.github/workflows/rust_coverage.yaml | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/rust_coverage.yaml
b/.github/workflows/rust_coverage.yaml
index ad8ab749..3a0c3e13 100644
--- a/.github/workflows/rust_coverage.yaml
+++ b/.github/workflows/rust_coverage.yaml
@@ -17,16 +17,12 @@ jobs:
submodules: true
- name: Install rust toolchain
- uses: actions-rs/toolchain@v1
+ uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- override: true
- name: Install cargo-llvm-cov
- uses: actions-rs/cargo@v1
- with:
- command: install
- args: cargo-llvm-cov
+ run: cargo install cargo-llvm-cov
- name: Generate code coverage
working-directory: ./rust