Update .gitea/workflows/ci_meson.yaml
Some checks failed
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 8s
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 7s
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (clang, 1.4.0, ubuntu-latest) (push) Failing after 7s
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-20.04) (push) Failing after 7s
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-22.04) (push) Failing after 7s
CI Meson / Build on ${{ matrix.os }} with Meson v${{ matrix.meson_version }} and ${{ matrix.comp }} (gcc, 1.4.0, ubuntu-latest) (push) Failing after 7s

This commit is contained in:
Kevin Trogant 2024-07-15 17:16:13 +02:00
parent 56168f5a3f
commit 4ab550a779

View File

@ -31,10 +31,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install Dependencies
run: |
python -m pip install meson==${{ matrix.meson_version }} ninja
apt-install -y cmake clang build-essential
- name: Install PIP Dependencies
run: python -m pip install meson==${{ matrix.meson_version }} ninja
- name: Install APT Dependencies
run: apt install -y cmake clang build-essential
- name: Configure Project
run: meson setup build
env: