Skip to content

Commit

Permalink
ci: remove sudo from protobuf install (#273)
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <gustavo@semiotic.ai>
  • Loading branch information
gusinacio authored Jan 29, 2025
1 parent d1cbe8f commit dbae001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install protobuf compiler
run: sudo apt-get update && sudo apt-get install protobuf-compiler -y
run: apt-get update && apt-get install protobuf-compiler -y
- uses: actions/cache@v3
with:
path: |
Expand Down

0 comments on commit dbae001

Please sign in to comment.