aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build-windows.yml
diff options
context:
space:
mode:
authorNadia Holmquist Pedersen <nadia@nhp.sh>2020-07-27 16:06:53 +0200
committerGitHub <noreply@github.com>2020-07-27 16:06:53 +0200
commit40a9f41be8ec484728862eb065b9b6985909db33 (patch)
treea037a722e60dc06a8de6990ce9da0c50f2d7015f /.github/workflows/build-windows.yml
parent5c08207f359479fdd16fa8517f9d2a5e8fe52c63 (diff)
parentdff14ca80ada883870131c7ff17d85866254ccc0 (diff)
Merge branch 'master' into fix/aarch64-ci
Diffstat (limited to '.github/workflows/build-windows.yml')
-rw-r--r--.github/workflows/build-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml
index 035bc54..bbf68af 100644
--- a/.github/workflows/build-windows.yml
+++ b/.github/workflows/build-windows.yml
@@ -24,7 +24,7 @@ jobs:
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}"
+ run: C:\tools\msys64\usr\bin\bash.exe -lc "pacman -Sq --noconfirm git make mingw-w64-x86_64-{cmake,mesa,SDL2,qt5-static,libslirp,toolchain}"
- name: Create build environment
run: |
New-Item -ItemType directory -Path ${{runner.workspace}}\melonDS\build