Skip to content

Commit

Permalink
install protoc using actions
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetbhagat authored Nov 14, 2022
1 parent 88dd6b3 commit addef4f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,12 @@ jobs:
profile: minimal
target: wasm32-unknown-unknown
toolchain: stable


- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
version: '3.x'

- name: Build
run: |
sudo apt install protobuf3-compiler
CARGO_INCREMENTAL=0 cargo build

0 comments on commit addef4f

Please sign in to comment.