Skip to content

Commit

Permalink
Update pm3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzxDwi authored May 7, 2024
1 parent 80fb271 commit 821be03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pm3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
fail-fast: true
matrix:
include:
- option: "-g -P5 -j8"
- option: "-g -P5"
name: "-next-major-gd"
branch: "php/8.2"
upload-php-ini: "-next-major"
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: making aarch64 php
working-directory: php-build-scripts
run: ./compile.sh -t android-aarch64 -x -j4 ${{ matrix.option }}
run: ./compile.sh -t android-aarch64 -x -j14 ${{ matrix.option }}

- name: copy php
run: cp ./php-build-scripts/bin/php7/bin/php "php${{ matrix.name }}"
Expand Down

0 comments on commit 821be03

Please sign in to comment.