Skip to content

Commit

Permalink
ci(actions): ⬆️ bump protoc to v26
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed May 3, 2024
1 parent d9d6a65 commit 957c0cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/building.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build:
lint-and-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -37,6 +37,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 26.x
- name: Setup sccache
uses: mozilla-actions/[email protected]
- name: Enable sccache
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
version: 26.x
- name: Setup sccache
uses: mozilla-actions/[email protected]
- name: Enable sccache
Expand Down

0 comments on commit 957c0cc

Please sign in to comment.