We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fecb585 commit 8c4d32fCopy full SHA for 8c4d32f
.github/workflows/generate_stub.yml
@@ -14,8 +14,8 @@ jobs:
14
git fetch -u origin ${{ github.base_ref }}:${{ github.base_ref }}
15
- name: Install dependencies
16
run: |
17
- sudo apt-get update && apt-get install -y --no-install-recommends python3.9 protobuf-compiler-grpc \
18
- && ln -s /usr/bin/grpc_python_plugin /usr/bin/protoc-gen-grpc_python
+ sudo apt-get update && apt-get install -y --no-install-recommends python3.9 protobuf-compiler-grpc
+ sudo ln -s /usr/bin/grpc_python_plugin /usr/bin/protoc-gen-grpc_python
19
- name: clean
20
run: make clean
21
- name: generating protos
0 commit comments