File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 build : [false, true]
2121 variant : [richfelker/musl-cross-make, userdocs/qbt-musl-cross-make]
22+ env :
23+ REPO : ${{ matrix.variant }}
2224 steps :
2325 - name : Checkout code
2426 uses : actions/checkout@v4
@@ -37,10 +39,12 @@ jobs:
3739 sudo apt-get install -y make autoconf automake libtool-bin m4 wget gzip bzip2 bison g++ re2c
3840
3941 - name : Build project
42+ id : build
4043 run : |
44+ echo "source_escaped=${REPO%%/*}_${REPO##*/}" >> $GITHUB_OUTPUT
4145 echo ${{ steps.compiler.outputs.path }}
4246 ls ${{ steps.compiler.outputs.path }}
43- wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/master /compile.sh
47+ wget https://raw.githubusercontent.com/pmmp/PHP-Binaries/19f2ee6d3356db9185d341431904cd7c1dffad8c /compile.sh
4448 chmod a+x compile.sh
4549 trap "exit 1" ERR
4650 ./compile.sh -t android-aarch64 -x -j4 -P5 -s
5357 uses : actions/upload-artifact@v4
5458 if : always()
5559 with :
56- name : Linux-PM5
60+ name : Linux-PM5-${{ matrix.source_escaped }}-${{ matrix.build }}
5761 path : |
5862 ./PHP-Linux-aarch64-PM*.tar.gz
5963 install.log
You can’t perform that action at this time.
0 commit comments