Skip to content

Commit 126950f

Browse files
committed
Remove pspell from configure flags
This may fix CI.
1 parent 889dadd commit 126950f

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

.circleci/config.yml

-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ jobs:
130130
--enable-bcmath \
131131
--enable-calendar \
132132
--enable-ftp \
133-
--with-pspell=/usr \
134133
--with-enchant=/usr \
135134
--with-kerberos \
136135
--enable-sysvmsg \

.github/actions/configure-macos/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ runs:
5757
--enable-bcmath \
5858
--enable-calendar \
5959
--enable-ftp \
60-
--with-pspell=/usr/local/opt/aspell \
6160
--with-kerberos \
6261
--enable-sysvmsg \
6362
--with-ffi \

.github/actions/configure-x32/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ runs:
5454
--enable-bcmath \
5555
--enable-calendar \
5656
--enable-ftp \
57-
--with-pspell=/usr \
5857
--with-kerberos \
5958
--enable-sysvmsg \
6059
--with-ffi \

.github/actions/configure-x64/action.yml

-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ runs:
5252
--enable-bcmath \
5353
--enable-calendar \
5454
--enable-ftp \
55-
--with-pspell=/usr \
5655
${{ inputs.skipSlow == 'false' && '--with-enchant=/usr' || '' }} \
5756
--with-kerberos \
5857
--enable-sysvmsg \

0 commit comments

Comments
 (0)