Skip to content

Commit

Permalink
remove protobuf installation from rustfmt step
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshy Orndorff committed Oct 10, 2023
1 parent 3e66a50 commit 664d5b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install tooling
run: |
sudo apt-get install -y protobuf-compiler
protoc --version
- name: Run Rustfmt
run: cargo fmt --all -- --check

Expand Down

0 comments on commit 664d5b4

Please sign in to comment.