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 b8e424e commit bbc8ddeCopy full SHA for bbc8dde
.github/workflows/release_please.yml
@@ -41,11 +41,13 @@ jobs:
41
runs-on: ubuntu-latest
42
# run only if release-please had released a new version
43
needs: release-please
44
+ container:
45
+ image: rust:1.83-bookworm
46
if: needs.release-please.outputs.releases_created == 'true' || github.event.inputs.force_publish == 'true'
47
steps:
48
- uses: actions/checkout@v3
49
- name: Install protobuf compiler
- run: apt-get update && apt-get install protobuf-compiler -y
50
+ run: sudo apt-get update && sudo apt-get install protobuf-compiler -y
51
- uses: actions/cache@v3
52
with:
53
path: |
0 commit comments