Skip to content

Commit

Permalink
Fix protoc for rust
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Dec 19, 2023
1 parent fa39f7a commit 69c749f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/data-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
target: [x86_64-pc-windows-gnu, x86_64-unknown-linux-musl]
steps:
- uses: actions/checkout@v4
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "25.1"
- name: Compile
uses: rust-build/[email protected]
with:
Expand Down

0 comments on commit 69c749f

Please sign in to comment.