Skip to content

Commit 3456477

Browse files
committed
Fix _gen_proto
1 parent b7a06a0 commit 3456477

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/_gen_proto.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Install bash and protobuf dependencies
4646
run: |
47-
apt-get update && apt-get install -y bash protobuf-compiler unzip
47+
apt-get update && apt-get install -y bash protobuf-compiler unzip git
4848
4949
- name: Setup Node environment
5050
uses: zondax/_actions/setup-node-env@main

0 commit comments

Comments
 (0)