mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-08 17:03:08 +00:00
install dependencies
This commit is contained in:
parent
6f9310fe49
commit
c5401bc4a4
10
.github/workflows/codecov.yml
vendored
10
.github/workflows/codecov.yml
vendored
@ -21,13 +21,21 @@ jobs:
|
|||||||
- name: Checkout submodules
|
- name: Checkout submodules
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- name: Install stable toolchain
|
||||||
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
|
||||||
|
- uses: Swatinem/rust-cache@v2
|
||||||
|
|
||||||
- name: Install llvm-tools and grcov
|
- name: Install llvm-tools and grcov
|
||||||
run: |
|
run: |
|
||||||
rustup component add llvm-tools-preview
|
rustup component add llvm-tools-preview
|
||||||
cargo install grcov
|
cargo install grcov
|
||||||
|
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
sudo apt-get install -y cmake ninja-build binaryen;
|
||||||
|
cargo install wasm-pack --version=0.13.1;
|
||||||
|
|
||||||
- name: Clean previous builds
|
- name: Clean previous builds
|
||||||
run: cargo clean
|
run: cargo clean
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user