Skip to content

Commit

Permalink
Use version argument for cargo install action
Browse files Browse the repository at this point in the history
  • Loading branch information
domMayhew committed Feb 15, 2024
1 parent 963f81a commit 87f85cb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,25 @@ jobs:
- name: Install Prost from Cargo
uses: baptiste0928/cargo-install@v2
with:
crate: protoc-gen-prost@0.2.3

crate: protoc-gen-prost
version: 0.2.3
- name: Install protoc-gen-prost-crate from Cargo
uses: baptiste0928/cargo-install@v2
with:
crate: [email protected]
crate: protoc-gen-prost-crate
version: 0.3.1

- name: Install Prost serde from Cargo
uses: baptiste0928/cargo-install@v2
with:
crate: [email protected]
crate: protoc-gen-prost-serde
version: 0.2.3

- name: Install Tonic from Cargo
uses: baptiste0928/cargo-install@v2
with:
crate: [email protected]
crate: protoc-gen-tonic
version: 0.3.0

- name: Setup Haskell
uses: ./.github/actions/setup-protoc-hololens
Expand Down

0 comments on commit 87f85cb

Please sign in to comment.