Skip to content

Commit

Permalink
add tip php extension to github npm build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregor Vostrak authored and Gregor Vostrak committed Jan 21, 2024
1 parent ac4bb56 commit e778556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: php-actions/composer@v6
with:
php_version: "8.3"
php_extensions: intl
php_extensions: intl zip
version: 2.x
- run: composer install
- name: Use Node.js
Expand Down

0 comments on commit e778556

Please sign in to comment.