From c4cc509b33f7afa3b5281888d0055633ed5d3f02 Mon Sep 17 00:00:00 2001 From: Yashash H L Date: Sun, 15 Sep 2024 07:56:44 +0530 Subject: [PATCH] install latest protoc Signed-off-by: Yashash H L --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5cb636e8d7..8a53269f55 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -167,6 +167,8 @@ jobs: echo "SCCACHE_GHA_ENABLED=true" >> $GITHUB_ENV - name: Run sccache-cache uses: mozilla-actions/sccache-action@v0.0.5 + - 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 @@ -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: