Skip to content

Commit 5c2b1b3

Browse files
authored
Update build-php-windows.yml
1 parent 9c3c60e commit 5c2b1b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-php-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: |
3030
switch ("${{ matrix.combination }}") {
3131
"spc-min" {
32-
Add-Content -Path $env:GITHUB_OUTPUT -Value "EXTENSIONS=ctype,fileinfo,mbstring,tokenizer,phar"
32+
Add-Content -Path $env:GITHUB_OUTPUT -Value "EXTENSIONS=ctype,fileinfo,iconv,mbstring,tokenizer,phar"
3333
Add-Content -Path $env:GITHUB_OUTPUT -Value "DEPLOY_TARGET=${{ secrets.DEPLOY_SERVER_TARGET_WINDOWS_SPC_MIN }}"
3434
}
3535
"spc-max" {

0 commit comments

Comments
 (0)