Skip to content

Commit

Permalink
added protoc setup step in deploy fabric pkgs workflow
Browse files Browse the repository at this point in the history
Signed-off-by: sandeep.nishad1 <[email protected]>
  • Loading branch information
sandeepnRES committed Apr 21, 2022
1 parent 991204c commit 8f58df6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_fabric-pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ jobs:
with:
node-version: 14.x

- name: Use Protoc 3.15
run: |
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.6/protoc-3.15.6-linux-x86_64.zip
unzip protoc-3.15.6-linux-x86_64.zip -d protoc
- name: Generate .npmrc
run: |
cp .npmrc.template .npmrc
Expand Down

0 comments on commit 8f58df6

Please sign in to comment.