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 8c4d32f commit 209c6ffCopy full SHA for 209c6ff
.github/workflows/generate_stub.yml
@@ -14,7 +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
+ sudo apt-get update
18
+ sudo apt-get install -y --no-install-recommends python3.9 protobuf-compiler-grpc
19
sudo ln -s /usr/bin/grpc_python_plugin /usr/bin/protoc-gen-grpc_python
20
- name: clean
21
run: make clean
0 commit comments