diff --git a/.github/workflows/solus-eopkg-build.yml b/.github/workflows/solus-eopkg-build.yml index bca257bc..0005b70d 100644 --- a/.github/workflows/solus-eopkg-build.yml +++ b/.github/workflows/solus-eopkg-build.yml @@ -62,6 +62,11 @@ jobs: sh -lc ' set -euo pipefail eopkg update-repo -y + # Some container images still ship openssl-11, which conflicts + # with current openssl files during dependency installation. + if eopkg list-installed | awk "{print \$1}" | grep -qx "openssl-11"; then + eopkg remove -y openssl-11 + fi eopkg install -y ypkg git ypkg build "$PACKAGE_YML" mkdir -p /workspace/artifacts