diff options
| -rw-r--r-- | .github/workflows/validate.yml | 6 |
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 }} |