Skip to content

Commit

Permalink
actions: install protobuf-compiler so we can build tonic_lnd
Browse files Browse the repository at this point in the history
  • Loading branch information
orbitalturtle committed Jan 23, 2024
1 parent 0bad16d commit d67956e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: sudo apt-get install protobuf-compiler
- uses: actions-rs/cargo@v1
name: cargo build
with:
Expand Down Expand Up @@ -47,6 +48,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: sudo apt-get install protobuf-compiler
- name: setup go ${{ env.GO_VERSION }}
uses: lightningnetwork/lnd/.github/actions/setup-go@v0-16-4-branch
with:
Expand All @@ -66,6 +68,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- run: sudo apt-get install protobuf-compiler
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
Expand Down

0 comments on commit d67956e

Please sign in to comment.