Skip to content

Commit

Permalink
Add missing extensions for Flow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stloyd committed Sep 19, 2023
1 parent f0947c6 commit 60124fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-executable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,12 @@ jobs:
./spc --version
- name: "Download sources"
run: ./spc download --with-php=${{ matrix.php-version }} php-src,micro,pkg-config,onig,zlib,libiconv,libxml2
run: ./spc download --with-php=${{ matrix.php-version }} php-src,micro,pkg-config,onig,zlib,openssl,gmp,libiconv,libxml2

- name: "Build phpmicro Executable"
run: |
SPC_USE_SUDO=yes ./spc doctor --auto-fix
./spc build pcntl,posix,mbstring,tokenizer,dom,xmlreader,phar --build-micro
./spc build pcntl,posix,mbstring,tokenizer,dom,xmlreader,filter,openssl,bcmath,gmp,fileinfo,phar --build-micro
./spc micro:combine flow-php.phar -O flow-php
- name: Validate Flow bin
Expand Down

0 comments on commit 60124fb

Please sign in to comment.