Skip to content

Commit

Permalink
fix: fixed compile.sh version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hintay committed Nov 16, 2024
1 parent ab30856 commit 9dbfad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
echo ${{ steps.compiler.outputs.path }}
ls ${{ steps.compiler.outputs.path }}
wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/master/compile.sh
wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/bc8d04b622168ac33414559f916a6584ab4bb0cd/compile.sh
chmod a+x compile.sh
trap "exit 1" ERR
./compile.sh -t android-aarch64 -x -j4 -P5 -s
Expand Down

0 comments on commit 9dbfad7

Please sign in to comment.