mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Update installer scripts
This commit is contained in:
parent
8ca0cf75a1
commit
32c76e2669
2
externals/install-dotnet.sh
vendored
2
externals/install-dotnet.sh
vendored
@ -224,7 +224,7 @@ get_legacy_os_name() {
|
|||||||
machine_has() {
|
machine_has() {
|
||||||
eval $invocation
|
eval $invocation
|
||||||
|
|
||||||
hash "$1" > /dev/null 2>&1
|
command -v "$1" > /dev/null 2>&1
|
||||||
return $?
|
return $?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user