Skip to content

Commit

Permalink
install protoc in rust publish dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Nov 23, 2024
1 parent b2a287a commit d04cc7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,9 @@ jobs:
sudo apt-get update
sudo apt-get install -y libudev-dev pkg-config
- name: Install protoc
uses: arduino/setup-protoc@v3

- name: Cache Cargo registry
uses: actions/cache@v2
with:
Expand Down

0 comments on commit d04cc7a

Please sign in to comment.