Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Commit

Permalink
fix error on installing protoc on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dobefore committed Jan 7, 2023
1 parent d4b9f0e commit 2216db6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ jobs:
uses: arduino/setup-protoc@v1
with:
version: '3.x'
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 2216db6

Please sign in to comment.