Fix use-git-cli deprecation (#116)
Test / build (push) Failing after 14s
Test / build (push) Failing after 14s
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user