mirror of
https://github.com/taiki-e/install-action.git
synced 2026-04-21 15:10:27 +00:00
Update comment/changelog
This commit is contained in:
1
main.sh
1
main.sh
@@ -953,6 +953,7 @@ if [[ ${#unsupported_tools[@]} -gt 0 ]]; then
|
||||
done
|
||||
if [[ ${#unsupported_tools2[@]} -gt 0 ]]; then
|
||||
for tool in "${unsupported_tools2[@]}"; do
|
||||
# This logic is from cache-cargo-install-action.
|
||||
cargo_args=(--locked)
|
||||
if [[ "${tool}" == *"@"* ]]; then
|
||||
version="${tool#*@}"
|
||||
|
||||
Reference in New Issue
Block a user