mirror of
https://codeberg.org/scip/leo.git
synced 2025-12-16 20:21:03 +01:00
fix mods
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
matrix:
|
||||
include:
|
||||
- image: perl:5.36.0-slim-bullseye
|
||||
- image: perl:5.38.0-slim-bookworm
|
||||
- image: perl:5.40.0-slim-bookworm
|
||||
- image: perl:5.42.0-slim-bookworm
|
||||
# - image: perl:5.36.0-slim-bullseye
|
||||
# - image: perl:5.38.0-slim-bookworm
|
||||
# - image: perl:5.40.0-slim-bookworm
|
||||
# - image: perl:5.42.0-slim-bookworm
|
||||
- image: perl:5.43.5-slim-bookworm
|
||||
|
||||
steps:
|
||||
@@ -13,7 +13,8 @@ steps:
|
||||
image: ${image}
|
||||
commands:
|
||||
- apt-get update -y
|
||||
- apt-get install -y gcc
|
||||
- apt-get install -y gcc
|
||||
- cpanm -n XML::Parser
|
||||
- cpanm -n DBM::Deep
|
||||
- cpanm -n IO::Socket::SSL
|
||||
- cpanm -n MIME::Base64
|
||||
|
||||
Reference in New Issue
Block a user