Update tests.yml

This commit is contained in:
Jerry Ma
2025-05-20 16:28:22 +08:00
committed by GitHub
parent afa740d5af
commit 09c1304615

View File

@@ -185,6 +185,8 @@ 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