Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -918,6 +918,11 @@ jobs:
with:
repository: krakjoe/apcu
path: apcu
- name: git checkout igbinary
uses: actions/checkout@v5
with:
repository: igbinary/igbinary
path: igbinary
- name: git checkout imagick
uses: actions/checkout@v5
with:
Expand Down Expand Up @@ -977,6 +982,12 @@ jobs:
/opt/php/bin/phpize
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
make -j$(/usr/bin/nproc)
- name: build igbinary
run: |
cd igbinary
/opt/php/bin/phpize
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
make -j$(/usr/bin/nproc)
- name: build imagick
run: |
cd imagick
Expand Down