Skip to content

Commit

Permalink
[ci] git third try
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jun 10, 2024
1 parent 207108b commit 6a32d28
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/win-builds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -71,7 +76,6 @@ jobs:
pacboy: >-
cmake:p
ninja:p
git:x
toolchain:p
qt6-base:p
qt6-declarative:p
Expand All @@ -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: |
Expand Down

0 comments on commit 6a32d28

Please sign in to comment.