mirror of
https://codeberg.org/scip/leo.git
synced 2025-12-18 13:11:00 +01:00
add libexpat
This commit is contained in:
@@ -13,7 +13,7 @@ steps:
|
|||||||
image: ${image}
|
image: ${image}
|
||||||
commands:
|
commands:
|
||||||
- apt-get update -y
|
- 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 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
|
||||||
|
|||||||
Reference in New Issue
Block a user