Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alankritdabral authored Mar 11, 2024
1 parent 8d3765c commit b972c83
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ jobs:
- name: Install cargo-lambda
run: pip install cargo-lambda

- name: Install protobuf-compiler
run: sudo apt-get install -y protobuf-compiler

- name: Build
run: cargo lambda build

Expand Down Expand Up @@ -114,9 +111,6 @@ jobs:
- name: Install Stable Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install protobuf-compiler
run: sudo apt-get install -y protobuf-compiler

- name: Run Cargo Test
run: cargo llvm-cov --all-features --lcov --output-path lcov.info

Expand Down Expand Up @@ -146,9 +140,6 @@ jobs:
- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Install protobuf-compiler
run: sudo apt-get install -y protobuf-compiler

- name: Build Project
run: cargo build

Expand Down

0 comments on commit b972c83

Please sign in to comment.