mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-07 16:33:08 +00:00
codecov.yml change checkout and build
This commit is contained in:
parent
1ad6e0142a
commit
8f650761f0
16
.github/workflows/codecov.yml
vendored
16
.github/workflows/codecov.yml
vendored
@ -13,19 +13,15 @@ jobs:
|
|||||||
RUSTFLAGS: -C instrument-coverage
|
RUSTFLAGS: -C instrument-coverage
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- name: Checkout repository
|
||||||
with:
|
uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # Version 4.2.2
|
||||||
submodules: true
|
|
||||||
- name: Add llvm-tools-preview component
|
- name: Add llvm-tools-preview component
|
||||||
run: rustup component add llvm-tools-preview
|
run: rustup component add llvm-tools-preview
|
||||||
- name: Checkout submodules
|
- name: Build required binaries
|
||||||
run: git submodule update --init --recursive
|
uses: actions-rs/cargo@9e120dd99b0fbad1c065f686657e914e76bd7b72 # Version 1.0.1
|
||||||
- uses: actions-rs/toolchain@v1
|
|
||||||
with:
|
with:
|
||||||
profile: minimal
|
command: build
|
||||||
toolchain: nightly-2025-10-01
|
args: --all-features
|
||||||
override: true
|
|
||||||
components: llvm-tools-preview
|
|
||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
- name: Install cargo-binstall
|
- name: Install cargo-binstall
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user