Skip to content

Commit

Permalink
adapt path script
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Oct 21, 2024
1 parent a67e204 commit 9b75a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Patch Cairo Native's version
if: ${{ matrix.runner == 'native' }}
run: |
sed -r -i "s/rev.*[0-9a-z]+./rev = '${{ github.event.pull_request.head.sha }}'/" Cargo.toml
sed -r -i "" "s/cairo_native.*rev.*[0-9a-z]+./cairo_native.git', rev = '${{ github.event.pull_request.head.sha }}'/" Cargo.toml
cargo update
- name: Fetch runtime library
Expand Down

0 comments on commit 9b75a07

Please sign in to comment.