mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-03 06:23:11 +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
|
||||
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
|
||||
run: |
|
||||
rustup component add llvm-tools-preview
|
||||
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
|
||||
run: cargo clean
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user