Skip to content

Commit dbae001

Browse files
authored
ci: remove sudo from protobuf install (#273)
Signed-off-by: Gustavo Inacio <[email protected]>
1 parent d1cbe8f commit dbae001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v3
4949
- name: Install protobuf compiler
50-
run: sudo apt-get update && sudo apt-get install protobuf-compiler -y
50+
run: apt-get update && apt-get install protobuf-compiler -y
5151
- uses: actions/cache@v3
5252
with:
5353
path: |

0 commit comments

Comments
 (0)