Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Oct 25, 2024
1 parent deb8e9d commit 212494d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ jobs:
- name: Install Starknet Replay deps
run: make deps

- name: Patch Cairo Native's version
if: ${{ matrix.runner == 'native' }}
run: |
cd replay
sed -r -i 's/cairo-native.*/cairo-native = { path = "..\/cairo_native" }/' Cargo.toml
- name: Run Blocks Native
if: ${{ matrix.runner == 'native' }}
run: |
Expand Down

0 comments on commit 212494d

Please sign in to comment.