mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Update installers
This commit is contained in:
parent
b4737b42ef
commit
18b9c2a276
4
externals/install-dotnet.sh
vendored
4
externals/install-dotnet.sh
vendored
@ -327,6 +327,10 @@ get_machine_architecture() {
|
||||
echo "loongarch64"
|
||||
return 0
|
||||
;;
|
||||
riscv64)
|
||||
echo "riscv64"
|
||||
return 0
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user