Skip to content

Commit

Permalink
Dont remove native submodule
Browse files Browse the repository at this point in the history
it no longer exists
  • Loading branch information
JulianGCalderon committed Jan 10, 2025
1 parent 8f5c59f commit 5f39c42
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/starknet-blocks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ jobs:
new_path='"..\/cairo_native"'
sed -i'' -r "s/^cairo-native = .*/cairo-native.path = $new_path/" Cargo.toml
# Update native submodule
git rm crates/blockifier/cairo_native
ln -s ../../../cairo_native/ crates/blockifier/cairo_native
git diff
- name: Run with Native
Expand Down

0 comments on commit 5f39c42

Please sign in to comment.