Skip to content

Commit 6cd1730

Browse files
skirpichevvstinner
andauthored
Update .github/workflows/posix-deps-apt.sh
Co-authored-by: Victor Stinner <vstinner@python.org>
1 parent 4c98b8d commit 6cd1730

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/sh
22

3-
# Workaround missing on ubuntu 24.04 libmpdec-dev
3+
# Workaround missing libmpdec-dev on ubuntu 24.04:
4+
# https://launchpad.net/~ondrej/+archive/ubuntu/php
5+
# https://deb.sury.org/
46
sudo add-apt-repository ppa:ondrej/php
57

68
apt-get update

0 commit comments

Comments
 (0)