Skip to content

Commit

Permalink
Fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Feb 4, 2020
1 parent 4368e3a commit 4c76ed5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
uses: shivammathur/setup-php@v1
with:
php-version: 7.4
extensions: curl,json,mbstring
extensions: curl,json,mbstring,uopz
tools: pecl
coverage: none

- name: Get Composer Cache Directory
Expand Down

0 comments on commit 4c76ed5

Please sign in to comment.