Skip to content

Commit 31c69e2

Browse files
committed
--config net.git-fetch-with-cli=true
1 parent ee3f75c commit 31c69e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ source $HOME/.cargo/env
66
rustup default 1.68.2
77

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

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

0 commit comments

Comments
 (0)