Fix use-git-cli deprecation (#116)
Test / build (push) Failing after 14s

This commit is contained in:
Firestar99
2026-07-13 12:33:06 +02:00
committed by GitHub
parent 6f99e342a8
commit 3c6349835b
2 changed files with 1 additions and 8 deletions
-3
View File
@@ -17,7 +17,6 @@ jobs:
"" \
"" \
"" \
"false" \
--log-level warn \
--manifest-path test/Cargo.toml \
"" \
@@ -31,7 +30,6 @@ jobs:
"" \
"" \
"" \
"false" \
--log-level warn \
--manifest-path test/Cargo.toml \
--all-features \
@@ -46,7 +44,6 @@ jobs:
"" \
"" \
"" \
"false" \
--log-level warn \
--manifest-path test/Cargo.toml \
check \
+1 -5
View File
@@ -31,11 +31,7 @@ if [ -n "$4" ]; then
chmod 0600 "/root/.ssh/known_hosts"
fi
if [ -n "$5" ]; then
export CARGO_NET_GIT_FETCH_WITH_CLI="$5"
fi
shift 5
shift 4
# Due to how github actions run containers we need to explicitly force colors
# as TTY detection fails inside them