Skip to content

Commit 333ba36

Browse files
committed
gmp ext is no longer needed for benchmarking
1 parent 8404182 commit 333ba36

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ jobs:
219219
sudo apt-get update
220220
sudo apt-get install \
221221
bison \
222-
libgmp-dev \
223222
libonig-dev \
224223
libsqlite3-dev \
225224
openssl \
@@ -243,7 +242,6 @@ jobs:
243242
--enable-werror \
244243
--prefix=/usr \
245244
--with-config-file-scan-dir=/etc/php.d \
246-
--with-gmp \
247245
--with-mysqli=mysqlnd \
248246
--with-openssl \
249247
--with-pdo-sqlite \

0 commit comments

Comments
 (0)