Skip to content

Commit

Permalink
Add protoc to Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sr-gi committed Aug 23, 2023
1 parent 11541c5 commit ad9009d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
name: Check code formatting
runs-on: ubuntu-latest
steps:
- name: Install protoc
run: sudo apt install -y protobuf-compiler
- uses: actions/checkout@v3
- uses: actions-rs/cargo@v1
name: cargo fmt
Expand All @@ -27,6 +29,8 @@ jobs:
name: Build and test
runs-on: ubuntu-latest
steps:
- name: Install protoc
run: sudo apt install -y protobuf-compiler
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit ad9009d

Please sign in to comment.