Skip to content

Commit 9690208

Browse files
committed
address review: redo posix-deps-apt.sh workaround (install last)
1 parent 8413e6f commit 9690208

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/posix-deps-apt.sh

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
#!/bin/sh
2-
3-
# Workaround missing libmpdec-dev on ubuntu 24.04:
4-
# https://launchpad.net/~ondrej/+archive/ubuntu/php
5-
# https://deb.sury.org/
6-
sudo add-apt-repository ppa:ondrej/php
7-
82
apt-get update
93

104
apt-get -yq install \
@@ -19,7 +13,6 @@ apt-get -yq install \
1913
libgdbm-dev \
2014
libgdbm-compat-dev \
2115
liblzma-dev \
22-
libmpdec-dev \
2316
libncurses5-dev \
2417
libreadline6-dev \
2518
libsqlite3-dev \
@@ -32,3 +25,10 @@ apt-get -yq install \
3225
uuid-dev \
3326
xvfb \
3427
zlib1g-dev
28+
29+
# Workaround missing libmpdec-dev on ubuntu 24.04:
30+
# https://launchpad.net/~ondrej/+archive/ubuntu/php
31+
# https://deb.sury.org/
32+
sudo add-apt-repository ppa:ondrej/php
33+
apt-get update
34+
apt-get -yq install libmpdec-dev

0 commit comments

Comments
 (0)