Skip to content

Commit

Permalink
remove protobuf installation from rustfmt step (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: Joshy Orndorff <git-user-email.h0ly5@simplelogin.com>
  • Loading branch information
JoshOrndorff and Joshy Orndorff authored Oct 10, 2023
1 parent 3e66a50 commit d931b49
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 d931b49

Please sign in to comment.