Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
fix: try git-fetch-with-cli in methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Farhad-Shabani committed Feb 13, 2024
1 parent 4cbccd8 commit 34b2cc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/risc0-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@ on:
- '**/Cargo.toml'

env:
CARGO_INCREMENTAL: 0
CARGO_PROFILE_DEV_DEBUG: 1
CARGO_PROFILE_RELEASE_DEBUG: 1
CARGO_NET_GIT_FETCH_WITH_CLI: true
CARGO_NET_RETRY: 10
RUSTUP_MAX_RETRIES: 10
RISC0_DEV_MODE: 1
CARGO_NET_GIT_FETCH_WITH_CLI: true

jobs:
risc0-check:
Expand Down
3 changes: 3 additions & 0 deletions ci/risc0-check/methods/guest/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ sov-ibc = { path = "../../../../modules/sov-ibc" }
sov-ibc-transfer = { path = "../../../../modules/sov-ibc-transfer" }
sov-celestia-client = { path = "../../../../clients/sov-celestia" }
risc0-zkvm = { version = "0.20.1", default-features = false, features = ["std"] }

[net]
git-fetch-with-cli = true

0 comments on commit 34b2cc4

Please sign in to comment.