Skip to content

Commit

Permalink
Fix patch (remove sequencer)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 25, 2024
1 parent a6ff096 commit 845a53a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,7 @@ jobs:
- name: Patch dependencies
run: |
# Patches native dependency to local path, to use current cairo native version
NEW_PATH="path = 'cairo_native'"
sed -Ei "s/^(cairo-native = \{).*/\1$NEW_PATH }/" Cargo.toml
# Patches sequencer dependency to specified rev
NEW_PATH="git = 'https://github.com/lambdaclass/sequencer', rev = '$SEQUENCER_REV'"
sed -Ei "s/^(sequencer = \{).*/\1$NEW_PATH }/" Cargo.toml
sed -Ei "s/^(cairo-native = \{).*/\1 path = 'cairo_native' }/" Cargo.toml
- name: Run with Native
run: |
Expand Down

0 comments on commit 845a53a

Please sign in to comment.