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 d1cbe8f commit dbae001Copy full SHA for dbae001
.github/workflows/release_please.yml
@@ -47,7 +47,7 @@ jobs:
47
steps:
48
- uses: actions/checkout@v3
49
- name: Install protobuf compiler
50
- run: sudo apt-get update && sudo apt-get install protobuf-compiler -y
+ run: apt-get update && apt-get install protobuf-compiler -y
51
- uses: actions/cache@v3
52
with:
53
path: |
0 commit comments