mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 10:25:36 +08:00
err, we need to install zig of course
This commit is contained in:
@@ -47,7 +47,7 @@ class ZigCheck
|
||||
'BSD' => 'freebsd',
|
||||
default => 'linux',
|
||||
};
|
||||
PackageManager::installPackage("musl-toolchain-{$arch}-{$os}");
|
||||
PackageManager::installPackage("zig-{$arch}-{$os}");
|
||||
return Zig::isInstalled();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user