From 5048976a9c2f33eeddf4c2b8371a40aa30220e00 Mon Sep 17 00:00:00 2001 From: Andrew Duffy Date: Mon, 5 Aug 2024 09:17:28 -0400 Subject: [PATCH] setup protoc before rye setup (#545) Match ci.yml and fix maturin errors --- .github/workflows/bench.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 59e432fd00..6635d18866 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -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