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 4c98b8d commit 6cd1730Copy full SHA for 6cd1730
.github/workflows/posix-deps-apt.sh
@@ -1,6 +1,8 @@
1
#!/bin/sh
2
3
-# Workaround missing on ubuntu 24.04 libmpdec-dev
+# 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
8
apt-get update
0 commit comments