From 13ee8ae890b3984cdc4ddd79b0e3d5451d32e2f8 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 9 Feb 2026 17:05:03 -0800 Subject: [PATCH] fix: add appstream-helper to bootstrap (#9738) (#9746) (cherry picked from commit f7b367dd218f6fbcb55817c4b891fc061a6611d4) Co-authored-by: lea --- .github/workflows/bootstrap.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bootstrap.yml b/.github/workflows/bootstrap.yml index 4eb862b855..d092c1c1e1 100644 --- a/.github/workflows/bootstrap.yml +++ b/.github/workflows/bootstrap.yml @@ -54,6 +54,9 @@ jobs: - name: Build terra-release run: anda build -D "vendor Terra" -rrpmbuild anda/terra/release/pkg + - name: Build terra-appstream-helper + run: anda build -D "vendor Terra" -rrpmbuild anda/terra/appstream-helper/pkg + - name: Build Subatomic run: anda build -D "vendor Terra" -rrpmbuild anda/tools/buildsys/subatomic/pkg - name: Install Subatomic