Skip to content

Commit

Permalink
Git fetch with cli during cargo build while we use git to pull the le…
Browse files Browse the repository at this point in the history
…afwing dep. github action was having some trouble
  • Loading branch information
varoonp123 committed May 31, 2024
1 parent a96e6cb commit acf5086
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,8 @@ runner = "wasm-server-runner"
# In most cases the gains are negligible, but if you are on macos and have slow compile times you should see significant gains.
#[profile.dev]
#debug = 1

# This is sometimes required while we pull a library directly from git. Requires the system used for build to have git
# installed. See https://docs.shipyard.rs/configuration/git-fetch-with-cli.html
[net]
git-fetch-with-cli = true

0 comments on commit acf5086

Please sign in to comment.