Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps authored Nov 24, 2023
1 parent 825850b commit 5c44007
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,12 @@ jobs:

- name: Download PHP
if: steps.php-build-cache.outputs.cache-hit != 'true'
working-directory: /tmp
run: curl -L https://github.com/php/php-src/archive/refs/tags/php-${{ matrix.php }}.tar.gz | tar -xz

- name: Compile PHP
if: steps.php-build-cache.outputs.cache-hit != 'true'
working-directory: php-src-php-${{ matrix.php }}
working-directory: /tmp/php-src-php-${{ matrix.php }}
run: |
./buildconf --force
./configure \
Expand Down

0 comments on commit 5c44007

Please sign in to comment.