Skip to content

Commit 05d3c12

Browse files
authored
fix(levm): fix benchmark block execution ci (#3619)
**Motivation** see https://github.com/lambdaclass/ethrex/actions/runs/16266441472/job/45923106459?pr=3564 **Description** <!-- A clear and concise general description of the changes this PR introduces --> <!-- Link to issues: Resolves #111, Resolves #222 --> Closes #issue_number
1 parent d4198ce commit 05d3c12

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/pr_perf_blocks_exec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ jobs:
2323
path: bin/ethrex-${{ matrix.branch }}
2424
key: binary-${{ github.event.pull_request[matrix.branch].sha }}
2525

26-
- name: Setup Rust Environment
27-
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
28-
uses: ./.github/actions/setup-rust
29-
3026
- name: Checkout sources
3127
uses: actions/checkout@v4
3228
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
3329
with:
3430
ref: ${{ github.event.pull_request[matrix.branch].sha }}
3531

32+
- name: Setup Rust Environment
33+
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
34+
uses: ./.github/actions/setup-rust
35+
3636
- name: Build binary
3737
if: ${{ steps.cache.outputs.cache-hit != 'true' }}
3838
run: |

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)