Update .gitea/workflows/ci_meson.yaml
Some checks failed
Ubuntu Cross to Win64 / Cross Compile with ming64 (1.4.0, ubuntu-latest) (push) Failing after 1m9s

This commit is contained in:
Kevin Trogant 2024-07-15 18:04:38 +02:00
parent 63c86fc79d
commit 8ae723de3d

View File

@ -29,7 +29,7 @@ jobs:
- name: Install APT Dependencies
run: |
apt update -y
apt install -y python3-pip cmake clang build-essential libwayland-dev libxkbcommon-dev xorg-dev mingw-w64 wine-stable
apt install -y python3-pip cmake clang build-essential libwayland-dev libxkbcommon-dev xorg-dev mingw-w64 mingw-w64-common wine-stable
- name: Install PIP Dependencies
run: python -m pip install meson==${{ matrix.meson_version }} ninja
- name: Configure Project