This commit is contained in:
crazywhalecc
2025-05-20 16:00:19 +08:00
parent 3219e228a7
commit afa740d5af
2 changed files with 1 additions and 3 deletions

View File

@@ -185,8 +185,6 @@ jobs:
- name: "Prepare UPX for Linux"
if: ${{ startsWith(matrix.os, 'ubuntu-') }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
php src/globals/test-extensions.php install_upx_cmd ${{ matrix.os }} ${{ matrix.php }}
echo "UPX_CMD=$(php src/globals/test-extensions.php upx)" >> $GITHUB_ENV

View File

@@ -38,7 +38,7 @@ $zts = false;
$no_strip = false;
// compress with upx
$upx = true;
$upx = false;
// prefer downloading pre-built packages to speed up the build process
$prefer_pre_built = false;