From c9f0ebda018b3196d90c2e07affc35722c03f2c4 Mon Sep 17 00:00:00 2001 From: Liam Mitchell Date: Tue, 29 Jul 2025 23:34:40 +0000 Subject: Install libc++-dev during CI in order to build libsystemd properly --- .github/workflows/validate.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index a35d1eeed..81742fd94 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -152,6 +152,11 @@ jobs: ./bootstrap-vcpkg.sh cd .. + - name: Installing libc++ # This is not used for zen builds, but gperf/meson are used by some dependencies and they require it + run: | + sudo apt-get update + sudo apt-get -y install libc++-dev + - name: Config run: | ./scripts/ue_build_linux/ue_build.sh ./.tmp-ue-toolchain xmake config -v -y -m ${{ matrix.config }} --arch=${{ matrix.arch }} -- cgit v1.2.3