diff --git a/.github/workflows/release_please.yml b/.github/workflows/release_please.yml index e1d57bc8..413bd344 100644 --- a/.github/workflows/release_please.yml +++ b/.github/workflows/release_please.yml @@ -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: |