Skip to content

Commit

Permalink
fix(ci): Do not install protobuf compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
oblique committed Jan 16, 2024
1 parent 40598a1 commit b468738
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.3"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run clippy for native
- name: Run clippy
run: cargo clippy --all --all-targets -- -D warnings


Expand Down Expand Up @@ -48,12 +42,6 @@ jobs:
cargo-${{ hashFiles('**/Cargo.lock') }}
cargo-

- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.3"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Run tests
run: cargo test

Expand All @@ -65,12 +53,6 @@ jobs:
- name: Checkout sources
uses: actions/checkout@v3

- name: Install Protoc
uses: arduino/setup-protoc@v2
with:
version: "23.3"
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Install toolchain
uses: dtolnay/rust-toolchain@nightly

Expand Down

0 comments on commit b468738

Please sign in to comment.