Skip to content

Commit 8c4d32f

Browse files
committed
fix: update for dependency install
1 parent fecb585 commit 8c4d32f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_stub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
git fetch -u origin ${{ github.base_ref }}:${{ github.base_ref }}
1515
- name: Install dependencies
1616
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
17+
sudo apt-get update && apt-get install -y --no-install-recommends python3.9 protobuf-compiler-grpc
18+
sudo ln -s /usr/bin/grpc_python_plugin /usr/bin/protoc-gen-grpc_python
1919
- name: clean
2020
run: make clean
2121
- name: generating protos

0 commit comments

Comments
 (0)