Skip to content

Commit

Permalink
ci: install protoc in nightly-nym-wallet-build
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Oct 17, 2023
1 parent 1de86f7 commit 4141a78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nightly-nym-wallet-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
override: true
components: rustfmt, clippy

- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Check formatting
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 4141a78

Please sign in to comment.