Update .gitea/workflows/ci_meson.yaml
Some checks failed
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-20.04) (push) Waiting to run
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-22.04) (push) Waiting to run
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-latest) (push) Waiting to run
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-20.04) (push) Failing after 41s
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-22.04) (push) Failing after 1m32s
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-latest) (push) Has been cancelled

This commit is contained in:
Kevin Trogant 2024-07-15 17:23:52 +02:00
parent 9b61918414
commit eed5687f2e

View File

@ -36,7 +36,7 @@ jobs:
- name: Install APT Dependencies - name: Install APT Dependencies
run: | run: |
apt update -y apt update -y
apt install -y cmake clang build-essential apt install -y cmake clang build-essential libx11-dev xserver-xorg-dev xorg-dev
- name: Configure Project - name: Configure Project
run: | run: |
./scripts/download_dxc.sh ./scripts/download_dxc.sh