From 63c86fc79d570cdf3012ee03402b9a16e77947db Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Mon, 15 Jul 2024 18:00:11 +0200 Subject: [PATCH] Update .gitea/workflows/ci_meson.yaml --- .gitea/workflows/ci_meson.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/ci_meson.yaml b/.gitea/workflows/ci_meson.yaml index f91cc0b..d2856ff 100644 --- a/.gitea/workflows/ci_meson.yaml +++ b/.gitea/workflows/ci_meson.yaml @@ -26,16 +26,12 @@ jobs: steps: - name: Checkout Code uses: https://gitea.com/ScMi1/checkout@v1 - - name: Setup Python - uses: actions/setup-python@v5 - with: - python-version: '3.x' - - name: Install PIP Dependencies - run: python -m pip install meson==${{ matrix.meson_version }} ninja - name: Install APT Dependencies run: | apt update -y - apt install -y 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 wine-stable + - name: Install PIP Dependencies + run: python -m pip install meson==${{ matrix.meson_version }} ninja - name: Configure Project run: | chmod +x ./scripts/download_dxc_cross.sh