We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6ceac commit cf82a50Copy full SHA for cf82a50
.github/workflows/create-images.yml
@@ -141,6 +141,9 @@ jobs:
141
-
142
name: Install Composer
143
run: docker exec -t -e IPE_KEEP_SYSPKG_CACHE=1 imagine-${{ matrix.php-version }} install-php-extensions @composer-2
144
+ -
145
+ name: Install xdebug PHP extension (without enabling it)
146
+ run: docker exec -t -e IPE_KEEP_SYSPKG_CACHE=1 -e IPE_DONT_ENABLE=1 imagine-${{ matrix.php-version }} install-php-extensions xdebug
147
148
name: Install exif PHP extension
149
run: docker exec -t -e IPE_KEEP_SYSPKG_CACHE=1 imagine-${{ matrix.php-version }} install-php-extensions exif
0 commit comments