Skip to content

Commit 9dbfad7

Browse files
committed
fix: fixed compile.sh version
1 parent ab30856 commit 9dbfad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: |
4141
echo ${{ steps.compiler.outputs.path }}
4242
ls ${{ steps.compiler.outputs.path }}
43-
wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/master/compile.sh
43+
wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/bc8d04b622168ac33414559f916a6584ab4bb0cd/compile.sh
4444
chmod a+x compile.sh
4545
trap "exit 1" ERR
4646
./compile.sh -t android-aarch64 -x -j4 -P5 -s

0 commit comments

Comments
 (0)