Skip to content

Commit

Permalink
remove protoc, not sure why this was in there
Browse files Browse the repository at this point in the history
  • Loading branch information
jbr committed Jan 2, 2024
1 parent f0bfba9 commit 9ec2712
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@master
- name: Install rust
uses: actions-rs/toolchain@v1
Expand All @@ -38,10 +34,6 @@ jobs:
name: Lints and Docs
runs-on: ubuntu-latest
steps:
- name: Install Protoc
uses: arduino/setup-protoc@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@master
- uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 9ec2712

Please sign in to comment.