We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53a20d commit ccbd774Copy full SHA for ccbd774
.github/workflows/nightly.yml
@@ -918,6 +918,11 @@ jobs:
918
with:
919
repository: krakjoe/apcu
920
path: apcu
921
+ - name: git checkout igbinary
922
+ uses: actions/checkout@v5
923
+ with:
924
+ repository: igbinary/igbinary
925
+ path: igbinary
926
- name: git checkout imagick
927
uses: actions/checkout@v5
928
@@ -977,6 +982,12 @@ jobs:
977
982
/opt/php/bin/phpize
978
983
./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
979
984
make -j$(/usr/bin/nproc)
985
+ - name: build igbinary
986
+ run: |
987
+ cd igbinary
988
+ /opt/php/bin/phpize
989
+ ./configure --prefix=/opt/php --with-php-config=/opt/php/bin/php-config
990
+ make -j$(/usr/bin/nproc)
980
991
- name: build imagick
981
992
run: |
993
cd imagick
0 commit comments