Actualiser action.yaml

This commit is contained in:
2025-04-14 16:06:28 +02:00
parent 3265bd33db
commit c971776503

View File

@@ -98,13 +98,6 @@ runs:
check_command apt-get
. /etc/os-release
echo "deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/${ID}_${VERSION_CODENAME}/ /" \
| tee /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
curl -fsSL https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/${ID}_${VERSION_CODENAME}/Release.key \
| gpg --dearmor -o /etc/apt/trusted.gpg.d/libcontainers.gpg
apt-get update
if apt-get -y install podman ; then