mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
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.
This commit is contained in:
2
.github/workflows/solus-eopkg-build.yml
vendored
2
.github/workflows/solus-eopkg-build.yml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
# Install the essential build tools up front to avoid
|
# Install the essential build tools up front to avoid
|
||||||
# `/tmp/ypkg-setup*: meson: command not found` failures.
|
# `/tmp/ypkg-setup*: meson: command not found` failures.
|
||||||
eopkg install -y --ignore-file-conflicts \
|
eopkg install -y --ignore-file-conflicts \
|
||||||
ypkg git meson ninja pkgconfig gcc gettext
|
ypkg git meson ninja pkgconf gcc gettext
|
||||||
ypkg build "$PACKAGE_YML"
|
ypkg build "$PACKAGE_YML"
|
||||||
mkdir -p /workspace/artifacts
|
mkdir -p /workspace/artifacts
|
||||||
find . -maxdepth 3 -name "*.eopkg" -type f -exec cp -v {} /workspace/artifacts/ \;
|
find . -maxdepth 3 -name "*.eopkg" -type f -exec cp -v {} /workspace/artifacts/ \;
|
||||||
|
|||||||
Reference in New Issue
Block a user