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 c43a62a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
matrix:
build: [false, true]
variant: [richfelker/musl-cross-make, userdocs/qbt-musl-cross-make]
env:
REPO: ${{ matrix.variant }}
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -37,10 +39,12 @@ jobs:
sudo apt-get install -y make autoconf automake libtool-bin m4 wget gzip bzip2 bison g++ re2c
- name: Build project
id: build
run: |
echo "source_escaped=${REPO%%/*}_${REPO##*/}" >> $GITHUB_OUTPUT
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/ba5f6dabb608d99b77f196f1f67a6cce44b084ca/compile.sh
chmod a+x compile.sh
trap "exit 1" ERR
./compile.sh -t android-aarch64 -x -j4 -P5 -s
Expand All @@ -53,7 +57,7 @@ jobs:
uses: actions/upload-artifact@v4
if: always()
with:
name: Linux-PM5
name: Linux-PM5-${{ steps.build.outputs.source_escaped }}-${{ matrix.build }}
path: |
./PHP-Linux-aarch64-PM*.tar.gz
install.log
Expand Down

0 comments on commit c43a62a

Please sign in to comment.