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 9dbfad7Copy full SHA for 9dbfad7
.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
0 commit comments