mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-04 23:13:07 +00:00
use stable toolchain in codecov.yml
This commit is contained in:
parent
cfc353548a
commit
a7c70701b1
4
.github/workflows/codecov.yml
vendored
4
.github/workflows/codecov.yml
vendored
@ -26,9 +26,9 @@ jobs:
|
||||
components: llvm-tools-preview
|
||||
- uses: actions-rs/cargo@v1
|
||||
continue-on-error: true
|
||||
- name: Install stable toolchain
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
- run: |
|
||||
echo "Adding x86_64-unknown-linux-gnu target";
|
||||
rustup target add x86_64-unknown-linux-gnu;
|
||||
echo "Installing grcov";
|
||||
cargo install grcov;
|
||||
echo "Running tests";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user