diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b89aa757..388b3379 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,11 +82,14 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 + permissions: + statuses: write + steps: - uses: actions/checkout@v4 - run: | - apt-get install protobuf-compiler + sudo apt-get install protobuf-compiler cargo install grcov - run: |