Skip to content

Commit

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

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

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

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

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

0 comments on commit 963f81a

Please sign in to comment.