From acf9c8ab2b32624a7fb51e420350631801b0f83c Mon Sep 17 00:00:00 2001 From: Milap Sheth Date: Thu, 11 Jul 2024 03:25:31 -0400 Subject: [PATCH] setup protoc --- .github/workflows/lint.yaml | 5 +++++ .github/workflows/test.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b24abd76..c7b16ff3 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -10,6 +10,11 @@ jobs: - name: Checkout code and submodule uses: actions/checkout@v4 + - name: Install protoc + uses: arduino/setup-protoc@v2 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Install stable toolchain uses: actions-rs/toolchain@v1 with: diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 26f13837..a861fd0b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,6 +10,11 @@ jobs: - name: Checkout code and submodule uses: actions/checkout@v4 + - name: Install protoc + uses: arduino/setup-protoc@v2 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + - name: Install stable toolchain uses: actions-rs/toolchain@v1 with: