fix zig 0.16.0

This commit is contained in:
henderkes
2026-04-17 01:51:01 +07:00
parent ab17fbe288
commit 1a395a2b0f
2 changed files with 4 additions and 2 deletions

View File

@@ -82,7 +82,6 @@ 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}");