Skip to content

Commit 45d9198

Browse files
authored
Replace actions-rs actions (#68)
1 parent 515ea5e commit 45d9198

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/codecov.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,9 @@ jobs:
3232
submodules: true
3333
- name: Install protoc
3434
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
35+
- run: |
36+
rustup toolchain add --profile=minimal stable
37+
rustup override set stable
4038
- name: Install and Run Tarpaulin
4139
run: |
4240
cargo install cargo-tarpaulin

0 commit comments

Comments
 (0)