Skip to content

Commit 64996d3

Browse files
JulianGCalderonFrancoGiachetta
authored andcommitted
Update patch command for starknet-blocks CI
1 parent a2322e2 commit 64996d3

File tree

2 files changed

+48
-48
lines changed

2 files changed

+48
-48
lines changed

.github/workflows/starknet-blocks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ jobs:
6767
# Updates sequencer dependency to local path
6868
name='[[:alnum:]_-]+'
6969
sequencer_url='"https:\/\/github.com\/lambdaclass\/sequencer\.git"'
70-
rev='"[[:alnum:]]+"'
70+
rev='"[^"]+"'
7171
new_path='"..\/sequencer\/crates\/\1"'
72-
sed -i'' -r "s/^($name) = \{ git = $sequencer_url, rev = $rev/\1 = { path = $new_path/" Cargo.toml
72+
sed -i'' -r "s/^($name) = \{ git = $sequencer_url, (rev|branch) = $rev/\1 = { path = $new_path/" Cargo.toml
7373
7474
# Updates native dependency to local path
7575
new_path='"..\/cairo_native"'

Cargo.lock

Lines changed: 46 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)