Skip to content

Commit

Permalink
ci(actions): 💚 fix protoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu committed Mar 21, 2024
1 parent 361e529 commit fd20bf7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get upgrade -y && \
sudo apt-get install -y lld protobuf-compiler libprotobuf-dev lintian
sudo apt-get install -y lld lintian
- name: Setup Buf
uses: bufbuild/buf-setup-action@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup protoc
uses: arduino/setup-protoc@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- name: Lint protobuf files
uses: bufbuild/buf-lint-action@v1
- name: Run clippy lint
Expand Down

0 comments on commit fd20bf7

Please sign in to comment.