1 parent 42329cb commit 020f631Copy full SHA for 020f631
1 file changed
.github/workflows/build.yml
@@ -131,7 +131,7 @@ jobs:
131
name: libtatsu-latest_macOS
132
path: libtatsu.tar
133
build-windows:
134
- runs-on: windows-2019
+ runs-on: windows-latest
135
defaults:
136
run:
137
shell: msys2 {0}
@@ -152,6 +152,7 @@ jobs:
152
base-devel
153
git
154
mingw-w64-${{ matrix.arch }}-gcc
155
+ mingw-w64-${{ matrix.arch }}-pkg-config
156
make
157
libtool
158
autoconf
0 commit comments