aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRSDuck <rsduck@users.noreply.github.com>2020-07-25 21:16:28 +0200
committerRSDuck <rsduck@users.noreply.github.com>2020-07-25 21:16:28 +0200
commit8b83611d32e14cab123051dc347646d9ec7caa1b (patch)
tree7b5ff85cdf74451d120f3ecf5f8bc508dec669e4
parentaf31d25086222678ae80c5b361b8a81e5938fd09 (diff)
parentd13d2e9170c2c4ad15b2961006d20257e14750e9 (diff)
Merge branch 'master' of https://github.com/Arisotura/melonDS
-rw-r--r--.github/workflows/build-windows.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml
index b8e8b04..035bc54 100644
--- a/.github/workflows/build-windows.yml
+++ b/.github/workflows/build-windows.yml
@@ -21,8 +21,7 @@ jobs:
- name: Install MSYS2
working-directory: ${{runner.workspace}}
run: | # Fetch MSYS2 build from XQEmu. Official distribution causes a CI failure due to permission errors.
- Invoke-WebRequest -Uri "https://github.com/xqemu/ci-environment-msys2/releases/latest/download/msys64.7z" -OutFile "msys64.7z"
- 7z x -y msys64.7z "-oC:\tools\"
+ choco install msys2
C:\tools\msys64\usr\bin\bash.exe -lc "pacman -Syuq --noconfirm"
- name: Install dependencies
run: C:\tools\msys64\usr\bin\bash.exe -lc "pacman -Sq --noconfirm git make mingw-w64-x86_64-{cmake,mesa,SDL2,qt5-static,toolchain}"