We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b328702 commit 94ce315Copy full SHA for 94ce315
.github/workflows/posix-deps-apt.sh
@@ -1,4 +1,8 @@
1
#!/bin/sh
2
+
3
+# Workaround missing on ubuntu 24.04 libmpdec-dev
4
+sudo add-apt-repository ppa:ondrej/php
5
6
apt-get update
7
8
apt-get -yq install \
@@ -23,4 +27,5 @@ apt-get -yq install \
23
27
tk-dev \
24
28
uuid-dev \
25
29
xvfb \
26
- zlib1g-dev
30
+ zlib1g-dev \
31
+ libmpdec-dev
0 commit comments