From 699ed1b93e0a6d32db0c90e524608f5a34cc93be Mon Sep 17 00:00:00 2001 From: Jamie Kerber Date: Wed, 8 Jul 2026 21:05:47 +0200 Subject: [PATCH] Removed pugixml workaround in CI Workaround superseded by meta-flutter/workspace-automation#192 --- .github/workflows/oss-ivi-homescreen.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/oss-ivi-homescreen.yml b/.github/workflows/oss-ivi-homescreen.yml index 43ad3cfa7..3ddafc8ca 100644 --- a/.github/workflows/oss-ivi-homescreen.yml +++ b/.github/workflows/oss-ivi-homescreen.yml @@ -204,14 +204,6 @@ jobs: # Get username echo "user=$(whoami)" >> "$GITHUB_OUTPUT" - # The setup-workspace action builds the embedder (incl. the wayland-cxx- - # scanner submodule, which find_package/pkg_check_modules(pugixml REQUIRED)) - # but doesn't install pugixml. Add the host dev package before it runs. - - name: Install pugixml (host build dep for wayland-cxx-scanner) - shell: bash - run: | - sudo apt-get update - sudo apt-get install -y --no-install-recommends libpugixml-dev - name: Setup workspace uses: meta-flutter/workspace-automation/.github/actions/setup-workspace@v2.0 with: