Skip to content

Commit

Permalink
fix echo patch native version
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancoGiachetta committed Oct 21, 2024
1 parent 976375d commit ae64a3a
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 @@ -83,7 +83,7 @@ jobs:
run: |
echo \
"\n[patch.'https://github.com/lambdaclass/cairo_native']
cairo-native = { git = 'https://github.com/lambdaclass//cairo_native.git', rev = '${{ github.event.pull_request.head.sha }}' } \
cairo-native = { git = 'https://github.com/lambdaclass//cairo_native.git', rev = '${{ github.event.pull_request.head.sha }}' }" \
Cargo.toml
cargo update
Expand Down

0 comments on commit ae64a3a

Please sign in to comment.