zig version 0.15.2 for now

This commit is contained in:
henderkes
2026-04-16 20:02:54 +07:00
parent f57986ccbf
commit ab17fbe288

View File

@@ -82,6 +82,7 @@ class Zig extends CustomPackage
if (!$latest_version) {
throw new DownloaderException('Could not determine latest Zig version');
}
$latest_version = '0.15.2';
logger()->info("Installing Zig version {$latest_version}");