add libexpat

This commit is contained in:
2025-12-14 21:48:25 +01:00
parent 2c4a1ac6c4
commit bcea5cf8dd

View File

@@ -13,7 +13,7 @@ steps:
image: ${image}
commands:
- apt-get update -y
- apt-get install -y gcc expat
- apt-get install -y gcc libexpat1-dev libexpat1
- cpanm -n XML::Parser || cat /root/.cpanm/work/*/build.log
- cpanm -n DBM::Deep
- cpanm -n IO::Socket::SSL