Skip to content

Commit

Permalink
Patch native dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGCalderon committed Oct 25, 2024
1 parent f1498b8 commit 555e6f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ jobs:
- name: Retreive cached dependecies
uses: Swatinem/rust-cache@v2
- uses: ./.github/actions/install-native-runtime
- name: Patch native dependency
run: |
# Removes the "rev" portion of the native patch, allowing to use latest main commit
sed -Ei 's/(\/\/cairo_native\.git").*/\1 }/' Cargo.toml
# Updates Cargo.lock to use latest native main commit
cargo update
- name: Run with Native
run: |
BLOCK_START=${{ matrix.block }}
Expand Down

0 comments on commit 555e6f0

Please sign in to comment.