aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/validate.yml
diff options
context:
space:
mode:
authorLiam Mitchell <[email protected]>2025-08-20 23:42:23 +0000
committerLiam Mitchell <[email protected]>2025-08-20 23:42:23 +0000
commit30deab979c4be80c577837ab77d88ab59ca85120 (patch)
tree1e7d865bd894f5af54175337e8200d844f5fcce6 /.github/workflows/validate.yml
parentAdd pre-built systemd library and remove vcpkg dependency (diff)
downloadzen-30deab979c4be80c577837ab77d88ab59ca85120.tar.xz
zen-30deab979c4be80c577837ab77d88ab59ca85120.zip
Remove libc++ installation from validate workflow
Diffstat (limited to '.github/workflows/validate.yml')
-rw-r--r--.github/workflows/validate.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index cadaeb280..a35d1eeed 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -152,12 +152,6 @@ 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
- shell: bash
- run: |
- sudo apt update
- sudo apt install -y 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 }}