From 72e8637f5a429e3416bed32008b16b8f8bef019d Mon Sep 17 00:00:00 2001 From: Kevin Trogant Date: Mon, 15 Jul 2024 17:46:45 +0200 Subject: [PATCH] Update .gitea/workflows/ci_meson.yaml Make sure download_dxc_cross.sh is executable --- .gitea/workflows/ci_meson.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci_meson.yaml b/.gitea/workflows/ci_meson.yaml index e780785..9dfcbe9 100644 --- a/.gitea/workflows/ci_meson.yaml +++ b/.gitea/workflows/ci_meson.yaml @@ -38,6 +38,7 @@ jobs: apt install -y cmake clang build-essential libwayland-dev libxkbcommon-dev xorg-dev mingw-w64 wine-stable - name: Configure Project run: | + chmod +x ./scripts_download_dxc_cross.sh ./scripts/download_dxc_cross.sh meson setup --cross-file scripts/x86_64-w64-mingw32.txt build - name: Compile