mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-04 06:53:06 +00:00
use stable rust action codecov.yml
This commit is contained in:
parent
ba67be7ba2
commit
3d973ff30e
4
.github/workflows/codecov.yml
vendored
4
.github/workflows/codecov.yml
vendored
@ -19,11 +19,11 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
# Install Rust toolchain (nightly required for coverage)
|
# Install Rust toolchain (stable)
|
||||||
- name: Set up Rust
|
- name: Set up Rust
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: nightly
|
toolchain: stable
|
||||||
components: llvm-tools-preview
|
components: llvm-tools-preview
|
||||||
|
|
||||||
# Build and test with coverage instrumentation
|
# Build and test with coverage instrumentation
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user