add expat

This commit is contained in:
2025-12-14 21:44:49 +01:00
parent f7fa5e769e
commit 2c4a1ac6c4

View File

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