Skip to content

Commit

Permalink
install protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
seanses committed Jan 12, 2024
1 parent 85cd128 commit 60ccc26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
python-version: 3.11
- name: Set up Rust
uses: dtolnay/rust-toolchain@1.75.0
- name: Set up Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.1"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 60ccc26

Please sign in to comment.