Skip to content

Commit

Permalink
setup protoc before rye setup (#545)
Browse files Browse the repository at this point in the history
Match ci.yml and fix maturin errors
  • Loading branch information
a10y authored Aug 5, 2024
1 parent dbb3c6f commit 5048976
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,12 @@ jobs:
runs-on: ubuntu-latest-large
steps:
- uses: actions/checkout@v4
with:
submodules: recursive

- uses: ./.github/actions/cleanup
- name: Install Protoc
uses: arduino/setup-protoc@v3
- uses: ./.github/actions/setup-rust
- uses: ./.github/actions/setup-python

- name: Install Protoc
uses: arduino/setup-protoc@v3

- name: Setup bencher.dev CLI
uses: bencherdev/bencher@main
Expand Down

0 comments on commit 5048976

Please sign in to comment.