mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-07 16:33:08 +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
|
components: llvm-tools-preview
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
- name: Install stable toolchain
|
||||||
|
uses: dtolnay/rust-toolchain@stable
|
||||||
- run: |
|
- run: |
|
||||||
echo "Adding x86_64-unknown-linux-gnu target";
|
|
||||||
rustup target add x86_64-unknown-linux-gnu;
|
|
||||||
echo "Installing grcov";
|
echo "Installing grcov";
|
||||||
cargo install grcov;
|
cargo install grcov;
|
||||||
echo "Running tests";
|
echo "Running tests";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user