mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Remove unused aspell library installation (#12761)
Related to b035cb6c8e
.
This commit is contained in:
parent
a4e80b09cb
commit
3c7fe92b7c
4 changed files with 0 additions and 4 deletions
|
@ -46,7 +46,6 @@ jobs:
|
|||
libicu-dev \
|
||||
libtidy-dev \
|
||||
libenchant-2-dev \
|
||||
libaspell-dev \
|
||||
libsasl2-dev \
|
||||
libxpm-dev \
|
||||
libzip-dev \
|
||||
|
|
1
.github/actions/apt-x32/action.yml
vendored
1
.github/actions/apt-x32/action.yml
vendored
|
@ -17,7 +17,6 @@ runs:
|
|||
g++-multilib \
|
||||
gcc-multilib \
|
||||
language-pack-de \
|
||||
libaspell-dev:i386 \
|
||||
libbz2-dev:i386 \
|
||||
libc6:i386 \
|
||||
libcurl4-openssl-dev:i386 \
|
||||
|
|
1
.github/actions/apt-x64/action.yml
vendored
1
.github/actions/apt-x64/action.yml
vendored
|
@ -32,7 +32,6 @@ runs:
|
|||
libicu-dev \
|
||||
libtidy-dev \
|
||||
libenchant-2-dev \
|
||||
libaspell-dev \
|
||||
libbz2-dev \
|
||||
libsasl2-dev \
|
||||
libxpm-dev \
|
||||
|
|
|
@ -12,7 +12,6 @@ addons:
|
|||
- re2c
|
||||
- ccache
|
||||
- mysql-server
|
||||
- libaspell-dev
|
||||
- libbz2-dev
|
||||
- libcurl4-gnutls-dev
|
||||
- libenchant-dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue