Skip to content

Commit 8f58df6

Browse files
committed
added protoc setup step in deploy fabric pkgs workflow
Signed-off-by: sandeep.nishad1 <[email protected]>
1 parent 991204c commit 8f58df6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/deploy_fabric-pkgs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@ jobs:
2424
with:
2525
node-version: 14.x
2626

27+
- name: Use Protoc 3.15
28+
run: |
29+
curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v3.15.6/protoc-3.15.6-linux-x86_64.zip
30+
unzip protoc-3.15.6-linux-x86_64.zip -d protoc
31+
2732
- name: Generate .npmrc
2833
run: |
2934
cp .npmrc.template .npmrc

0 commit comments

Comments
 (0)