From e1591e3b967ac65e779ced3e8d41c64f06fb8d52 Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Mon, 15 Jul 2024 17:45:08 +0200 Subject: [PATCH] Update .gitea/workflows/ci_meson.yaml --- .gitea/workflows/ci_meson.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci_meson.yaml b/.gitea/workflows/ci_meson.yaml index cf70790..e780785 100644 --- a/.gitea/workflows/ci_meson.yaml +++ b/.gitea/workflows/ci_meson.yaml @@ -38,7 +38,7 @@ jobs: apt install -y cmake clang build-essential libwayland-dev libxkbcommon-dev xorg-dev mingw-w64 wine-stable - name: Configure Project run: | - ./scripts/download_dxc.sh + ./scripts/download_dxc_cross.sh meson setup --cross-file scripts/x86_64-w64-mingw32.txt build - name: Compile run: meson compile -C build