We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
compile.sh
1 parent ab30856 commit a6e49beCopy full SHA for a6e49be
.github/workflows/test.yml
@@ -40,7 +40,7 @@ jobs:
40
run: |
41
echo ${{ steps.compiler.outputs.path }}
42
ls ${{ steps.compiler.outputs.path }}
43
- wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/master/compile.sh
+ wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/bc8d04b622168ac33414559f916a6584ab4bb0cd/compile.sh
44
chmod a+x compile.sh
45
trap "exit 1" ERR
46
./compile.sh -t android-aarch64 -x -j4 -P5 -s
@@ -53,7 +53,7 @@ jobs:
53
uses: actions/upload-artifact@v4
54
if: always()
55
with:
56
- name: Linux-PM5
+ name: Linux-PM5-${{ matrix.variant }}-${{ matrix.build }}
57
path: |
58
./PHP-Linux-aarch64-PM*.tar.gz
59
install.log
0 commit comments