Skip to content

Commit

Permalink
--config net.git-fetch-with-cli=true
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Apr 1, 2023
1 parent ee3f75c commit 31c69e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ source $HOME/.cargo/env
rustup default 1.68.2

free -h
cargo build --jobs 1
cargo build --jobs 1 --config net.git-fetch-with-cli=true

for PYBIN in /opt/python/cp3[7891]*/bin; do
"${PYBIN}/pip" install maturin
Expand Down

0 comments on commit 31c69e2

Please sign in to comment.