Skip to content

Commit 4c76ed5

Browse files
committed
Fix release build
1 parent 4368e3a commit 4c76ed5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ jobs:
1616
uses: shivammathur/setup-php@v1
1717
with:
1818
php-version: 7.4
19-
extensions: curl,json,mbstring
19+
extensions: curl,json,mbstring,uopz
20+
tools: pecl
2021
coverage: none
2122

2223
- name: Get Composer Cache Directory

0 commit comments

Comments
 (0)