mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +08:00
Fix typo
This commit is contained in:
parent
0e4a3f5e2b
commit
ab4d7fae7d
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -185,7 +185,7 @@ jobs:
|
||||
echo "UPX_CMD=$(php src/globals/test-extensions.php upx)" >> $env:GITHUB_ENV
|
||||
|
||||
- name: "Prepare UPX for Linux"
|
||||
if: matrix.os == 'ubunut-latest'
|
||||
if: matrix.os == 'ubuntu-latest'
|
||||
run: |
|
||||
bin/spc install-pkg upx
|
||||
echo "UPX_CMD=$(php src/globals/test-extensions.php upx)" >> $GITHUB_ENV
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user