We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 515ea5e commit 45d9198Copy full SHA for 45d9198
1 file changed
.github/workflows/codecov.yaml
@@ -32,11 +32,9 @@ jobs:
32
submodules: true
33
- name: Install protoc
34
run: sudo apt-get install -y protobuf-compiler
35
- - uses: actions-rs/toolchain@v1
36
- with:
37
- profile: minimal
38
- toolchain: stable
39
- override: true
+ - run: |
+ rustup toolchain add --profile=minimal stable
+ rustup override set stable
40
- name: Install and Run Tarpaulin
41
run: |
42
cargo install cargo-tarpaulin
0 commit comments