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 \
|
--log-level warn \
|
||||||
--manifest-path test/Cargo.toml \
|
--manifest-path test/Cargo.toml \
|
||||||
"" \
|
"" \
|
||||||
@@ -31,7 +30,6 @@ jobs:
|
|||||||
"" \
|
"" \
|
||||||
"" \
|
"" \
|
||||||
"" \
|
"" \
|
||||||
"false" \
|
|
||||||
--log-level warn \
|
--log-level warn \
|
||||||
--manifest-path test/Cargo.toml \
|
--manifest-path test/Cargo.toml \
|
||||||
--all-features \
|
--all-features \
|
||||||
@@ -46,7 +44,6 @@ jobs:
|
|||||||
"" \
|
"" \
|
||||||
"" \
|
"" \
|
||||||
"" \
|
"" \
|
||||||
"false" \
|
|
||||||
--log-level warn \
|
--log-level warn \
|
||||||
--manifest-path test/Cargo.toml \
|
--manifest-path test/Cargo.toml \
|
||||||
check \
|
check \
|
||||||
|
|||||||
+1
-5
@@ -31,11 +31,7 @@ if [ -n "$4" ]; then
|
|||||||
chmod 0600 "/root/.ssh/known_hosts"
|
chmod 0600 "/root/.ssh/known_hosts"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "$5" ]; then
|
shift 4
|
||||||
export CARGO_NET_GIT_FETCH_WITH_CLI="$5"
|
|
||||||
fi
|
|
||||||
|
|
||||||
shift 5
|
|
||||||
|
|
||||||
# Due to how github actions run containers we need to explicitly force colors
|
# Due to how github actions run containers we need to explicitly force colors
|
||||||
# as TTY detection fails inside them
|
# as TTY detection fails inside them
|
||||||
|
|||||||
Reference in New Issue
Block a user