From 3ef7768696c269c45f47588ab40a42e272e4b0b2 Mon Sep 17 00:00:00 2001 From: deepend Date: Wed, 18 Feb 2026 16:08:39 -0700 Subject: [PATCH] Updated the Solus CI workflow to install pkgconf instead of pkgconfig during the eopkg bootstrap step, resolving the Repo item pkgconfig not found failure path you hit. --- .github/workflows/solus-eopkg-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/solus-eopkg-build.yml b/.github/workflows/solus-eopkg-build.yml index a11ece56..9166b3ea 100644 --- a/.github/workflows/solus-eopkg-build.yml +++ b/.github/workflows/solus-eopkg-build.yml @@ -74,7 +74,7 @@ jobs: # Install the essential build tools up front to avoid # `/tmp/ypkg-setup*: meson: command not found` failures. eopkg install -y --ignore-file-conflicts \ - ypkg git meson ninja pkgconfig gcc gettext + ypkg git meson ninja pkgconf gcc gettext ypkg build "$PACKAGE_YML" mkdir -p /workspace/artifacts find . -maxdepth 3 -name "*.eopkg" -type f -exec cp -v {} /workspace/artifacts/ \;