Skip to content

Commit a7c7070

Browse files
use stable toolchain in codecov.yml
1 parent cfc3535 commit a7c7070

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
components: llvm-tools-preview
2727
- uses: actions-rs/cargo@v1
2828
continue-on-error: true
29+
- name: Install stable toolchain
30+
uses: dtolnay/rust-toolchain@stable
2931
- run: |
30-
echo "Adding x86_64-unknown-linux-gnu target";
31-
rustup target add x86_64-unknown-linux-gnu;
3232
echo "Installing grcov";
3333
cargo install grcov;
3434
echo "Running tests";

0 commit comments

Comments
 (0)