From fd1a2f9381b76eb7b92238e879fe07d9347b165a Mon Sep 17 00:00:00 2001 From: Blackjack200 Date: Fri, 24 Jan 2025 10:15:19 +0800 Subject: [PATCH] ... --- .github/workflows/main-pm-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main-pm-matrix.yml b/.github/workflows/main-pm-matrix.yml index 0619b6c8..32c59984 100644 --- a/.github/workflows/main-pm-matrix.yml +++ b/.github/workflows/main-pm-matrix.yml @@ -49,7 +49,7 @@ jobs: # Used "set -ex" instead of hashbang since script isn't executed with hashbang set -ex trap "exit 1" ERR - ./compile.sh -t linux64 -j 4 -g -P ${{ inputs.pm-version-major }} -c ./download_cache -D -z ${{ inputs.php-version-base }} -J + ./compile.sh -t linux64 -j 4 -g -P ${{ inputs.pm-version-major }} -c ./download_cache -l ./download_cache -D -z ${{ inputs.php-version-base }} -J - name: Create tarball run: | @@ -115,7 +115,7 @@ jobs: export PATH="/usr/local/opt/bison/bin:$PATH" set -ex trap "exit 1" ERR - ./compile.sh -t ${{ matrix.target-name }} -j4 -g -P ${{ inputs.pm-version-major }} -c ./download_cache -D -z ${{ inputs.php-version-base }} -J + ./compile.sh -t ${{ matrix.target-name }} -j4 -g -P ${{ inputs.pm-version-major }} -c ./download_cache -l ./download_cache -D -z ${{ inputs.php-version-base }} -J - name: Create tarball run: |