diff --git a/.github/workflows/solus-eopkg-build.yml b/.github/workflows/solus-eopkg-build.yml index 03eab200..bca257bc 100644 --- a/.github/workflows/solus-eopkg-build.yml +++ b/.github/workflows/solus-eopkg-build.yml @@ -62,11 +62,6 @@ jobs: sh -lc ' set -euo pipefail eopkg update-repo -y - # Some Solus base images still include openssl-11, which now - # conflicts with openssl during dependency upgrades. - if eopkg li | grep -q "^openssl-11\b"; then - eopkg rm -y openssl-11 - fi eopkg install -y ypkg git ypkg build "$PACKAGE_YML" mkdir -p /workspace/artifacts