Skip to content

Commit

Permalink
ci: fix cargo dependency install (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega authored Feb 16, 2024
1 parent 34c4bb0 commit bdb910a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,22 +34,26 @@ jobs:
- name: Install Prost from Cargo
uses: baptiste0928/cargo-install@v2
with:
crate: protoc-gen-prost-0.3.1
crate: protoc-gen-prost
version: 0.3.1

- name: Install protoc-gen-prost-crate from Cargo
uses: baptiste0928/cargo-install@v2
with:
crate: protoc-gen-prost-crate-0.4.0
crate: protoc-gen-prost-crate
version: 0.4.0

- name: Install Prost serde from Cargo
uses: baptiste0928/cargo-install@v2
with:
crate: protoc-gen-prost-serde-0.3.0
crate: protoc-gen-prost-serde
version: 0.3.0

- name: Install Tonic from Cargo
uses: baptiste0928/cargo-install@v2
with:
crate: protoc-gen-tonic-0.4.0
crate: protoc-gen-tonic
version: 0.4.0

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

0 comments on commit bdb910a

Please sign in to comment.