mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Added an workaround to github CI issue. setup php action has php-psr ext enabled somehow, which causes trouble.
This commit is contained in:
parent
6110f5be40
commit
c6229568c5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/assets_artifact_build.yml
vendored
2
.github/workflows/assets_artifact_build.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
php-version: '8.2'
|
||||
coverage: none
|
||||
ini-values: xdebug.max_nesting_level=1000
|
||||
extensions: mbstring, intl, gd, xsl, gmp, bcmath
|
||||
extensions: mbstring, intl, gd, xsl, gmp, bcmath, :php-psr
|
||||
|
||||
- name: Get Composer Cache Directory
|
||||
id: composer-cache
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue