summaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a35d08f..600e9c6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -116,7 +116,7 @@ jobs:
116 name: libirecovery-latest_macOS 116 name: libirecovery-latest_macOS
117 path: libirecovery.tar 117 path: libirecovery.tar
118 build-windows: 118 build-windows:
119 runs-on: windows-2019 119 runs-on: windows-latest
120 defaults: 120 defaults:
121 run: 121 run:
122 shell: msys2 {0} 122 shell: msys2 {0}
@@ -137,6 +137,7 @@ jobs:
137 base-devel 137 base-devel
138 git 138 git
139 mingw-w64-${{ matrix.arch }}-gcc 139 mingw-w64-${{ matrix.arch }}-gcc
140 mingw-w64-${{ matrix.arch }}-pkg-config
140 make 141 make
141 libtool 142 libtool
142 autoconf 143 autoconf