Skip to content

Commit

Permalink
#15343 - Add Zephir install step
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Apr 2, 2021
1 parent 2059906 commit 299d764
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,9 @@ jobs:
tools: pecl
extensions: mbstring, intl, json, imagick, redis, igbinary, apcu, msgpack, memcached, yaml

- name: Install Zephir
run: .ci/install-zephir.sh

- name: Download Phalcon Pecl Package
uses: actions/download-artifact@v1
with:
Expand Down

0 comments on commit 299d764

Please sign in to comment.