aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/validate.yml5
1 files changed, 5 insertions, 0 deletions
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 }}