Skip to content

Commit

Permalink
install latest protoc
Browse files Browse the repository at this point in the history
Signed-off-by: Yashash H L <[email protected]>
  • Loading branch information
yhl25 committed Sep 15, 2024
1 parent 15ad19a commit c4cc509
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ jobs:
echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Install required native libraries
run: sudo apt-get update && sudo apt-get install -y build-essential libssl-dev pkg-config
- name: Install Protoc
uses: arduino/setup-protoc@v3
- name: Build binary
Expand All @@ -184,7 +186,7 @@ jobs:

e2e-tests:
name: E2E Tests
runs-on: ubuntu-24.04
runs-on: ubuntu-latest
needs: [ build-rust-amd64 ]
timeout-minutes: 20
strategy:
Expand Down

0 comments on commit c4cc509

Please sign in to comment.