Skip to content

Commit

Permalink
Install Protoc
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluxie committed Dec 17, 2023
1 parent ea24ae1 commit c9e0030
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,14 @@ jobs:
profile: minimal
override: true

- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Environment
run: |
cargo --version
rustc --version
protoc --version
- name: Build
run: cargo build
Expand All @@ -58,11 +62,17 @@ jobs:
profile: minimal
override: true
components: rustfmt, clippy

- name: Install Protoc
uses: arduino/setup-protoc@v2

- name: Environment
run: |
cargo --version
cargo fmt -- --version
cargo clippy -- --version
protoc --version
- name: Run rustfmt
run: |
cargo fmt --all -- --check
Expand Down

0 comments on commit c9e0030

Please sign in to comment.