[Hotfix] Remove appveyor fetch bots

This commit is contained in:
Akkadius 2023-01-20 20:56:19 -06:00
parent e010e41a83
commit 0ccb18d017

View File

@ -963,9 +963,6 @@ sub fetch_utility_scripts
sub setup_bots
{
if ($OS eq "Windows") {
fetch_latest_windows_appveyor_bots();
}
if ($OS eq "Linux") {
build_linux_source("bots");
}