use go mod to bypass github rate limiting

This commit is contained in:
henderkes
2025-09-04 17:42:17 +07:00
parent 598f6d55c5
commit e44efb2a54
2 changed files with 15 additions and 22 deletions

View File

@@ -43,7 +43,7 @@ $no_strip = false;
$upx = false;
// whether to test frankenphp build, only available for macos and linux
$frankenphp = false;
$frankenphp = true;
// prefer downloading pre-built packages to speed up the build process
$prefer_pre_built = false;