From 6a32d285765519c93e9273712de5cc781cf2b4e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Sun, 9 Jun 2024 22:05:42 -0400 Subject: [PATCH] [ci] git third try --- .github/workflows/win-builds.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/win-builds.yaml b/.github/workflows/win-builds.yaml index 49e5f81765..4bc536ed27 100644 --- a/.github/workflows/win-builds.yaml +++ b/.github/workflows/win-builds.yaml @@ -63,6 +63,11 @@ jobs: with: submodules: 'recursive' + - name: Dependencies + shell: msys2 {0} + run: | + ./ci/mingw.deps.sh + - name: Setup msys2 and mingw-w64 uses: msys2/setup-msys2@v2 with: @@ -71,7 +76,6 @@ jobs: pacboy: >- cmake:p ninja:p - git:x toolchain:p qt6-base:p qt6-declarative:p @@ -87,11 +91,6 @@ jobs: ffmpeg:p SDL2:p - - name: Dependencies - shell: msys2 {0} - run: | - ./ci/mingw.deps.sh - - name: Build shell: msys2 {0} run: |